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

USTRUCT(BlueprintType) More...

#include <ApexTypes.h>

Public Member Functions

 FApexLoginInfo ()
 
 FApexLoginInfo (FString InUsername, FString InPassword)
 
 GENERATED_BODY ()
 

Public Attributes

FString Password
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Login")
 
FString Username
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Login")
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 15 of file ApexTypes.h.

Constructor & Destructor Documentation

◆ FApexLoginInfo() [1/2]

FApexLoginInfo::FApexLoginInfo ( )
inline

Definition at line 35 of file ApexTypes.h.

◆ FApexLoginInfo() [2/2]

FApexLoginInfo::FApexLoginInfo ( FString InUsername,
FString InPassword )
inline

Definition at line 40 of file ApexTypes.h.

Member Function Documentation

◆ GENERATED_BODY()

FApexLoginInfo::GENERATED_BODY ( )

Member Data Documentation

◆ Password

FString FApexLoginInfo::Password
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Login")

Definition at line 31 of file ApexTypes.h.

◆ Username

FString FApexLoginInfo::Username
BlueprintReadWriteEditAnywhere

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Apex|Login")

Definition at line 24 of file ApexTypes.h.


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