A Demo Project for the UnrealEngineSDK
|
Cache class for storing login information. It allows to save password of user, so the next time user launches app he will not need to type password again. More...
#include <PixoVRLoginCache.h>
Public Attributes | |
FPixoLoginInfo | LoginInfo |
UPROPERTY(VisibleAnywhere, Category = "Pixo HTTP") | |
Private Member Functions | |
GENERATED_BODY () | |
Cache class for storing login information. It allows to save password of user, so the next time user launches app he will not need to type password again.
UCLASS()
Definition at line 15 of file PixoVRLoginCache.h.
|
private |
|
VisibleAnywhere |
UPROPERTY(VisibleAnywhere, Category = "Pixo HTTP")
Login information to be cached.
Definition at line 24 of file PixoVRLoginCache.h.