Zdexby TheHolyOneZ
5,360 classes
Class

ULocalPlayerSaveGame

: USaveGame : UObject
/Script/Engine.LocalPlayerSaveGame 0x0058 (88 B) align 8 inherited 0x0028 vtable /Script/Engine
0x00x0058

Members 7

OffsetSizeNameTypeFlagsDefault
0x08OwningPlayerULocalPlayer*TransientProtected+6 flagsnullptr
0x10SaveSlotNameFStringTransientProtected+3 flags""
0x04SavedDataVersionint32Protected+5 flags0
0x04LoadedDataVersionint32TransientProtected+5 flags-1
0x04CurrentSaveRequestint32TransientProtected+5 flags0
0x04LastSuccessfulSaveRequestint32TransientProtected+5 flags0
0x04LastErrorSaveRequestint32TransientProtected+5 flags0
0x00540x04unreflected bytes to end of ULocalPlayerSaveGame

Functions 20

SignatureFlagsNativeParams
bool WasSaveRequested()NativePublic0x01
bool WasLoaded()NativePublic0x01
bool WasLastSaveSuccessful()NativePublic0x01
bool SaveGameToSlotForLocalPlayer()NativePublic0x01
void ResetToDefault()NativePublic0x00
void OnResetToDefault()EventPublic0x00
void OnPreSave()EventPublic0x00
void OnPostSave(bool bSuccess)EventPublic0x01
void OnPostLoad()EventPublic0x00
ULocalPlayerSaveGame* LoadOrCreateSaveGameForLocalPlayer(TSubclassOf<ULocalPlayerSaveGame> SaveGameClass, APlayerController* LocalPlayerController, const FString& SlotName)FinalNative+2 flags0x28
bool IsSaveInProgress()NativePublic0x01
FString GetSaveSlotName()NativePublic0x10
int32 GetSavedDataVersion()NativePublic0x04
int32 GetPlatformUserIndex()NativePublic0x04
FPlatformUserId GetPlatformUserId()NativePublic0x04
APlayerController* GetLocalPlayerController()NativePublic0x08
int32 GetLatestDataVersion()NativePublic0x04
int32 GetInvalidDataVersion()NativePublic0x04
bool AsyncSaveGameToSlotForLocalPlayer()NativePublic0x01
bool AsyncLoadOrCreateSaveGameForLocalPlayer(TSubclassOf<ULocalPlayerSaveGame> SaveGameClass, APlayerController* LocalPlayerController, const FString& SlotName, const FScriptDelegate& Delegate)FinalNative+2 flags0x31