A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FApexUserData Struct ReferenceBlueprintType

USTRUCT(BlueprintType) More...

#include <ApexTypes.h>

Inheritance diagram for FApexUserData:
[legend]

Public Member Functions

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

Public Attributes

FString Email
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
 
FString FirstName
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
 
int Id
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
 
FString LastName
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
 
int OrgUnit
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
 
FString Username
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 625 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 671 of file ApexTypes.h.

Here is the caller graph for this function:

◆ GENERATED_BODY()

FApexUserData::GENERATED_BODY ( )

◆ ToJsonObject()

virtual TSharedPtr< FJsonObject > FApexUserData::ToJsonObject ( ) const
inlineoverridevirtual

Reimplemented from FJsonable.

Definition at line 688 of file ApexTypes.h.

Member Data Documentation

◆ Email

FString FApexUserData::Email
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")

Definition at line 662 of file ApexTypes.h.

◆ FirstName

FString FApexUserData::FirstName
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")

Definition at line 648 of file ApexTypes.h.

◆ Id

int FApexUserData::Id
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")

Definition at line 634 of file ApexTypes.h.

◆ LastName

FString FApexUserData::LastName
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")

Definition at line 655 of file ApexTypes.h.

◆ OrgUnit

int FApexUserData::OrgUnit
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")

Definition at line 641 of file ApexTypes.h.

◆ Username

FString FApexUserData::Username
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")

Definition at line 669 of file ApexTypes.h.


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