A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UPixoVRLoginCache Class Reference

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>

Inheritance diagram for UPixoVRLoginCache:
[legend]

Public Attributes

FPixoLoginInfo LoginInfo
 UPROPERTY(VisibleAnywhere, Category = "Pixo HTTP")
 

Private Member Functions

 GENERATED_BODY ()
 

Detailed Description

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.

Todo
Check if we are encrypting this info.

UCLASS()

Definition at line 15 of file PixoVRLoginCache.h.

Member Function Documentation

◆ GENERATED_BODY()

UPixoVRLoginCache::GENERATED_BODY ( )
private

Member Data Documentation

◆ LoginInfo

FPixoLoginInfo UPixoVRLoginCache::LoginInfo
VisibleAnywhere

UPROPERTY(VisibleAnywhere, Category = "Pixo HTTP")

Login information to be cached.

Definition at line 24 of file PixoVRLoginCache.h.


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