A Demo Project for the UnrealEngineSDK
|
#include "CoreMinimal.h"
#include "PixoLoginTypes.generated.h"
Go to the source code of this file.
Classes | |
struct | FPixoAdmin |
Structure representing admin information. More... | |
struct | FPixoLoginInfo |
Structure representing login information. More... | |
struct | FPixoLoginReplyInfo |
Structure representing login reply information. More... | |
struct | FPixoUser |
Structure representing user information. More... | |
Enumerations | |
enum class | ELoginRequestReply : uint8 { Success , Failed , BadPassword , UserNotFound , NoModuleAccess } |
Enum representing the login request reply. More... | |
|
strongBlueprintType |
Enum representing the login request reply.
UENUM(BlueprintType)
Enumerator | |
---|---|
Success | |
Failed | |
BadPassword | |
UserNotFound | |
NoModuleAccess |
Definition at line 16 of file PixoLoginTypes.h.