A Demo Project for the UnrealEngineSDK
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
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
FString EventType
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
FString Id
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
FXAPIStatement JsonData
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
bool LessonStatus
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
int ModuleId
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
float SessionDuration
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
int SessionId
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
FString UpdatedAt
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 
int UserId
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Session Report")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 710 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ ~FSessionReportData()

virtual FSessionReportData::~FSessionReportData ( )
inlinevirtual

Definition at line 775 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 777 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
BlueprintReadWriteEditAnywhere

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

Definition at line 761 of file ApexTypes.h.

◆ EventType

FString FSessionReportData::EventType
BlueprintReadWriteEditAnywhere

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

Definition at line 725 of file ApexTypes.h.

◆ Id

FString FSessionReportData::Id
BlueprintReadWriteEditAnywhere

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

Definition at line 719 of file ApexTypes.h.

◆ JsonData

FXAPIStatement FSessionReportData::JsonData
BlueprintReadWriteEditAnywhere

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

Definition at line 773 of file ApexTypes.h.

◆ LessonStatus

bool FSessionReportData::LessonStatus
BlueprintReadWriteEditAnywhere

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

Definition at line 755 of file ApexTypes.h.

◆ ModuleId

int FSessionReportData::ModuleId
BlueprintReadWriteEditAnywhere

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

Definition at line 737 of file ApexTypes.h.

◆ SessionDuration

float FSessionReportData::SessionDuration
BlueprintReadWriteEditAnywhere

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

Definition at line 749 of file ApexTypes.h.

◆ SessionId

int FSessionReportData::SessionId
BlueprintReadWriteEditAnywhere

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

Definition at line 743 of file ApexTypes.h.

◆ UpdatedAt

FString FSessionReportData::UpdatedAt
BlueprintReadWriteEditAnywhere

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

Definition at line 767 of file ApexTypes.h.

◆ UserId

int FSessionReportData::UserId
BlueprintReadWriteEditAnywhere

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

Definition at line 731 of file ApexTypes.h.


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