Documentation for the Unreal C++ Plugin
Loading...
Searching...
No Matches
FSessionReportData Struct ReferenceBlueprintType

USTRUCT(BlueprintType) More...

#include <ApexTypes.h>

Inheritance diagram for FSessionReportData:
[legend]

Public Member Functions

virtual ~FSessionReportData ()
 
virtual void FromJsonObject (const TSharedPtr< FJsonObject > &JObject) override
 
 GENERATED_BODY ()
 
virtual TSharedPtr< FJsonObject > ToJsonObject () const
 

Public Attributes

FString CreatedAt = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
FString EventType = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
FString Id = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
FXAPIStatement JsonData
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
bool LessonStatus = false
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
int ModuleId = -1
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
float SessionDuration = 0.0f
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
int SessionId = -1
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
FString UpdatedAt = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
int UserId = -1
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 729 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ ~FSessionReportData()

virtual FSessionReportData::~FSessionReportData ( )
inlinevirtual

Definition at line 794 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

virtual void FSessionReportData::FromJsonObject ( const TSharedPtr< FJsonObject > & JObject)
inlineoverridevirtual

Reimplemented from FJsonable.

Definition at line 796 of file ApexTypes.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GENERATED_BODY()

FSessionReportData::GENERATED_BODY ( )

◆ ToJsonObject()

Member Data Documentation

◆ CreatedAt

FString FSessionReportData::CreatedAt = TEXT("")
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")

Definition at line 780 of file ApexTypes.h.

◆ EventType

FString FSessionReportData::EventType = TEXT("")
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")

Definition at line 744 of file ApexTypes.h.

◆ Id

FString FSessionReportData::Id = TEXT("")
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")

Definition at line 738 of file ApexTypes.h.

◆ JsonData

FXAPIStatement FSessionReportData::JsonData
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")

Definition at line 792 of file ApexTypes.h.

◆ LessonStatus

bool FSessionReportData::LessonStatus = false
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")

Definition at line 774 of file ApexTypes.h.

◆ ModuleId

int FSessionReportData::ModuleId = -1
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")

Definition at line 756 of file ApexTypes.h.

◆ SessionDuration

float FSessionReportData::SessionDuration = 0.0f
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")

Definition at line 768 of file ApexTypes.h.

◆ SessionId

int FSessionReportData::SessionId = -1
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")

Definition at line 762 of file ApexTypes.h.

◆ UpdatedAt

FString FSessionReportData::UpdatedAt = TEXT("")
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")

Definition at line 786 of file ApexTypes.h.

◆ UserId

int FSessionReportData::UserId = -1
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")

Definition at line 750 of file ApexTypes.h.


The documentation for this struct was generated from the following file: