0x00x07D8
Members 21
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | OnStormLevelLoaded | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnStormSessionCreated | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnStormSessionsFound | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnStormSessionSelected | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnStormSessionJoined | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnStormSessionUpdated | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnInitialSequenceEnded | FMulticastScriptDelegate | BlueprintCallable+4 flags | <delegate> | |
| 0x01 | bBlockAutoReturnToMainMenu | bool | 6 flags | false | |
| 0x01 | bWasKicked | bool | 6 flags | false | |
| 0x01 | bAcknowledgedSafeMode | bool | 6 flags | false | |
| 0x02BB | 0x05 | padding / unreflected | |||
| 0x10 | KickReason | FString | 4 flags | "" | |
| 0x02D0 | 0x10 | padding / unreflected | |||
| 0x01 | LobbyVisibility | ELobbyVisibility | 7 flags | Public | |
| 0x02E1 | 0x07 | padding / unreflected | |||
| 0x50 | LobbyCrewData | FLobbyCrewData | 3 flags | {} | |
| 0x140 | EndGameData | FEndGameData | 3 flags | {bIsGameOver=false, bDidWin=false, DeathCount=0, ReviveCoun… | |
| 0x04 | HostTravelDelay | float | 8 flags | 3 | |
| 0x04 | ExpectedPlayerCountInGame | int32 | 7 flags | -1 | |
| 0x01 | bFirstLaunch | bool | 7 flags | true | |
| 0x0481 | 0x07 | padding / unreflected | |||
| 0x50 | SoundClasses | TMap<FString, USoundClass*> | 3 flags | <TMap> | |
| 0x04D8 | 0x08 | padding / unreflected | |||
| 0x50 | GuidToCharacterMap | TMap<FGuid, ACharacter*> | 1 flags | <TMap> | |
| 0x0530 | 0x38 | padding / unreflected | |||
| 0x08 | LoadingScreenWidget | ULoadingScreenWidget* | 8 flags | nullptr | |
| 0x08 | EndgameScreen | UEndgameScreen* | 8 flags | nullptr | |
| 0x0578 | 0x260 | unreflected bytes to end of UStormEscapeGameInstance | |||
Inherited from UAdvancedFriendsGameInstance 6
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x01 | bCallFriendInterfaceEventsOnPlayerControllers | bool | 7 flags | true | |
| 0x01 | bCallIdentityInterfaceEventsOnPlayerControllers | bool | 7 flags | true | |
| 0x01 | bCallVoiceInterfaceEventsOnPlayerControllers | bool | 7 flags | true | |
| 0x01 | bEnableTalkingStatusDelegate | bool | 7 flags | true | |
| 0x01 | bAutoJoinSessionOnAcceptedUserInviteReceived | bool | 7 flags | false | |
| 0x01 | bAutoTravelOnAcceptedUserInviteReceived | bool | 7 flags | false |
Inherited from UGameInstance 6
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | LocalPlayers | TArray<ULocalPlayer*> | Protected+4 flags | [] | |
| 0x08 | OnlineSession | UOnlineSession* | Protected+6 flags | nullptr | |
| 0x10 | ReferencedObjects | TArray<UObject*> | Protected+4 flags | [] | |
| 0x0060 | 0x18 | padding / unreflected | |||
| 0x10 | OnPawnControllerChangedDelegates | FMulticastScriptDelegate | Protected+4 flags | <delegate> | |
| 0x0088 | 0x18 | padding / unreflected | |||
| 0x10 | OnInputDeviceConnectionChange | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x10 | OnUserInputDevicePairingChange | FMulticastScriptDelegate | 4 flags | <delegate> | |
Functions 31
| Signature | Flags | Native | Params |
|---|---|---|---|
| void UpdateSessionMapName(const FString& NewMap) | FinalNative+1 flags | 0x10 | |
| void UpdateSessionDifficultyMode(const EGameDifficulty& NewDifficulty) | FinalNative+1 flags | 0x01 | |
| void UpdateSessionAllowJoinInProgress(bool bAllowJoinInProgress) | FinalNative+1 flags | 0x01 | |
| void UnlockEntitlementSkin(const FString& Skin) | FinalNative+1 flags | 0x10 | |
| void StartIntroSequence() | EventProtected | 0x00 | |
| void ShowLoadingScreen(const FString& Reason) | FinalNative+1 flags | 0x10 | |
| void SetSelectedLobby(FLobbySearchResult& LobbyData, UUserWidget* Widget) | FinalNative+1 flags | 0x178 | |
| void SetPlayerProgressionXP(float NewXP) | FinalNative+1 flags | 0x04 | |
| void SetPlayerProgressionLevel(float NewLevel) | FinalNative+1 flags | 0x04 | |
| void SetHasPlayedIntroSequence(bool bHasPlayed) | FinalNative+1 flags | 0x01 | |
| void SearchForLobbies() | FinalNative+1 flags | 0x00 | |
| void ReturnToLobby(bool bDidWin) | FinalNative+1 flags | 0x01 | |
| void RemoveWidgetFromGameViewport(UUserWidget* WidgetToRemove) | FinalNative+1 flags | 0x08 | |
| void RegisterCharacterToGuid(const FGuid& Guid, ACharacter* Character) | FinalNative+1 flags | 0x18 | |
| void OnUIManagerInitialized() | FinalNative+1 flags | 0x00 | |
| void OnGameStateSet(AGameStateBase* GameState) | FinalNative+1 flags | 0x08 | |
| void OnGameEnded(bool bDidWin) | FinalNative+1 flags | 0x01 | |
| void OnAllPlayersSpawned() | FinalNative+1 flags | 0x00 | |
| void LeaveLobby() | FinalNative+1 flags | 0x00 | |
| void KickAndReturnToMenu(const FString& Reason) | FinalNative+1 flags | 0x10 | |
| void JoinLobby(FLobbySearchResult& LobbyData) | FinalNative+1 flags | 0x170 | |
| bool HostLobbySession(FCreateLobby& LobbyData) | FinalNative+1 flags | 0x21 | |
| ETimeOfDay GetTimeOfDay() | FinalNative+1 flags | 0x01 | |
| FLobbySearchResult GetSelectedLobby() | FinalNative+1 flags | 0x170 | |
| int32 GetNumPlayers() | FinalNative+1 flags | 0x04 | |
| bool GetHasPlayedIntroSequence() | FinalNative+1 flags | 0x01 | |
| FLobbyDisplayInfo GetCurrentLobbyData() | FinalNative+1 flags | 0x40 | |
| UStormEscapeGameInstance* GetActive_GameInstance(UObject* WorldContextObject) | FinalNative+2 flags | 0x10 | |
| ACharacter* FindCharacterByGuid(const FGuid& NewGuid) | FinalNative+1 flags | 0x18 | |
| void DestroyExistingSessionIfAny() | FinalNative+1 flags | 0x00 | |
| void BeginLoadingScreen(const FString& MapName) | FinalNative+1 flags | 0x10 |