A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
PixoLoginTypes.h File Reference
#include "CoreMinimal.h"
#include "PixoLoginTypes.generated.h"
Include dependency graph for PixoLoginTypes.h:
This graph shows which files directly or indirectly include this file:

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...
 

Enumeration Type Documentation

◆ ELoginRequestReply

enum class ELoginRequestReply : uint8
strongBlueprintType

Enum representing the login request reply.

Todo
Investigate whether this enum is necessary due to the existence of ApexSDK

UENUM(BlueprintType)

Enumerator
Success 
Failed 
BadPassword 
UserNotFound 
NoModuleAccess 

Definition at line 16 of file PixoLoginTypes.h.