1.x.x |
Documentation for the Unreal C++ Plugin
|
USTRUCT(BlueprintType) More...
#include <ApexTypes.h>
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") | |
USTRUCT(BlueprintType)
Definition at line 729 of file ApexTypes.h.
|
inlinevirtual |
Definition at line 794 of file ApexTypes.h.
|
inlineoverridevirtual |
Reimplemented from FJsonable.
Definition at line 796 of file ApexTypes.h.
FSessionReportData::GENERATED_BODY | ( | ) |
|
inlinevirtualinherited |
Reimplemented in FJoinSessionData, FXAPIScore, FCompleteSessionData, FSessionEventData, FAPEXOrganization, FUserSessionData, FApexUserData, FTopTenData, FHeartbeatEvent, FXAPIExtension, FXAPILanguageMap, FXAPIInteractionComponent, FXAPIActivityDefinition, FXAPIAgent, FXAPIVerb, FXAPIActivity, FXAPIContext, FXAPIResult, FXAPIStatementBase, and FXAPIStatement.
Definition at line 23 of file ApexJSON.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
Definition at line 780 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
Definition at line 744 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
Definition at line 738 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
Definition at line 792 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
Definition at line 774 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
Definition at line 756 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
Definition at line 768 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
Definition at line 762 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
Definition at line 786 of file ApexTypes.h.
|
EditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
Definition at line 750 of file ApexTypes.h.