Documentation for the Unreal C++ Plugin
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 = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
 
FString FirstName = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
 
int Id = -1
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
 
FString LastName = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
 
int OrgUnit = -1
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
 
FString Username = TEXT("")
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|User Data")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 644 of file ApexTypes.h.

Member Function Documentation

◆ FromJsonObject()

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

Reimplemented from FJsonable.

Definition at line 690 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 707 of file ApexTypes.h.

Member Data Documentation

◆ Email

FString FApexUserData::Email = TEXT("")
EditAnywhereBlueprintReadWrite

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

Definition at line 681 of file ApexTypes.h.

◆ FirstName

FString FApexUserData::FirstName = TEXT("")
EditAnywhereBlueprintReadWrite

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

Definition at line 667 of file ApexTypes.h.

◆ Id

int FApexUserData::Id = -1
EditAnywhereBlueprintReadWrite

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

Definition at line 653 of file ApexTypes.h.

◆ LastName

FString FApexUserData::LastName = TEXT("")
EditAnywhereBlueprintReadWrite

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

Definition at line 674 of file ApexTypes.h.

◆ OrgUnit

int FApexUserData::OrgUnit = -1
EditAnywhereBlueprintReadWrite

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

Definition at line 660 of file ApexTypes.h.

◆ Username

FString FApexUserData::Username = TEXT("")
EditAnywhereBlueprintReadWrite

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

Definition at line 688 of file ApexTypes.h.


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