@ INDEX_NONE
Definition CoreMiscDefines.h:150
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EGameDelegates_SaveGame
Definition GameDelegates.h:15
const bool
Definition NetworkReplayStreaming.h:178
Definition Archive.h:1208
Definition LocalFileNetworkReplayStreaming.h:509
FString DemoSavePath
Definition LocalFileNetworkReplayStreaming.h:762
Definition LocalFileNetworkReplayStreaming.h:794
Definition NetworkVersion.h:20
Definition NetworkReplayStreaming.h:55
Definition SaveGameNetworkReplayStreaming.h:33
SAVEGAMENETWORKREPLAYSTREAMING_API void PopulateStreamInfoFromMetaData(const FSaveGameMetaData &MetaData, FNetworkReplayStreamInfo &OutStreamInfo) const
Definition SaveGameNetworkReplayStreaming.cpp:1731
SAVEGAMENETWORKREPLAYSTREAMING_API bool SerializeVersionedMetaData(FArchive &Archive, FSaveGameMetaData &MetaData) const
Definition SaveGameNetworkReplayStreaming.cpp:1768
SAVEGAMENETWORKREPLAYSTREAMING_API void RequestEventData_Internal(const FString &ReplayName, const FString &EventID, const int32 UserIndex, FRequestEventDataResult &Result)
Definition SaveGameNetworkReplayStreaming.cpp:1480
virtual SAVEGAMENETWORKREPLAYSTREAMING_API void EnumerateRecentStreams(const FNetworkReplayVersion &ReplayVersion, const int32 UserIndex, const FEnumerateStreamsCallback &Delegate) override
Definition SaveGameNetworkReplayStreaming.cpp:1320
SAVEGAMENETWORKREPLAYSTREAMING_API FString GetFullPlaybackName() const
Definition SaveGameNetworkReplayStreaming.cpp:1859
SAVEGAMENETWORKREPLAYSTREAMING_API void RequestEventGroupData_Internal(const FString &ReplayName, const FString &Group, const int32 UserIndex, FRequestEventGroupDataResult &Result)
Definition SaveGameNetworkReplayStreaming.cpp:1570
SAVEGAMENETWORKREPLAYSTREAMING_API void RenameReplayFriendlyNameSaved(const FString &ReplayName, const FString &NewFriendlyName, const int32 UserIndex, const FRenameReplayCallback &Delegate) const
Definition SaveGameNetworkReplayStreaming.cpp:1137
virtual SAVEGAMENETWORKREPLAYSTREAMING_API void RequestEventGroupData(const FString &Group, const FRequestEventGroupDataCallback &Delegate) override
Definition SaveGameNetworkReplayStreaming.cpp:1515
SAVEGAMENETWORKREPLAYSTREAMING_API void EnumerateStreams_Internal(const FNetworkReplayVersion &ReplayVersion, const int32 UserIndex, const FString &MetaString, const TArray< FString > &ExtraParms, FEnumerateStreamsResult &Result)
Definition SaveGameNetworkReplayStreaming.cpp:1252
SAVEGAMENETWORKREPLAYSTREAMING_API void StartStreaming_Internal(const FStartStreamingParameters &Params, FStartStreamingResult &Result)
Definition SaveGameNetworkReplayStreaming.cpp:756
SAVEGAMENETWORKREPLAYSTREAMING_API bool SerializeMetaData(FArchive &Archive, FSaveGameMetaData &MetaData) const
Definition SaveGameNetworkReplayStreaming.cpp:1744
SAVEGAMENETWORKREPLAYSTREAMING_API bool ReadMetaDataFromSaveGame(class ISaveGameSystem &SaveGameSystem, const FSaveGameSanitizedNames &SanitizedNames, const int32 UserIndex, FSaveGameMetaData &OutMetaData, FStreamingResultBase &OutResult) const
Definition SaveGameNetworkReplayStreaming.cpp:1701
SAVEGAMENETWORKREPLAYSTREAMING_API void DeleteFinishedStreamSaved(const FString &ReplayName, const int32 UserIndex, const FDeleteFinishedStreamCallback &Delegate) const
Definition SaveGameNetworkReplayStreaming.cpp:841
SAVEGAMENETWORKREPLAYSTREAMING_API FSaveGameNetworkReplayStreamer()
Definition SaveGameNetworkReplayStreaming.cpp:693
SAVEGAMENETWORKREPLAYSTREAMING_API void KeepReplay_Internal(const FString &ReplayName, const bool bKeep, const int32 UserIndex, FKeepReplayResult &Result)
Definition SaveGameNetworkReplayStreaming.cpp:952
SAVEGAMENETWORKREPLAYSTREAMING_API void EnumerateEventsSaved(const FString &ReplayName, const FString &Group, const int32 UserIndex, const FEnumerateEventsCallback &Delegate) const
Definition SaveGameNetworkReplayStreaming.cpp:1355
SAVEGAMENETWORKREPLAYSTREAMING_API void ReplayIndexToSanitizedNames(const int32 ReplayIndex, FSaveGameSanitizedNames &OutSanitizedNames) const
Definition SaveGameNetworkReplayStreaming.cpp:1847
virtual bool GetSaveGameOption(const FSaveGameOptionInfo &OptionInfo, FString &OptionValue) const
Definition SaveGameNetworkReplayStreaming.h:149
virtual SAVEGAMENETWORKREPLAYSTREAMING_API void DeleteFinishedStream(const FString &ReplayName, const FDeleteFinishedStreamCallback &Delegate) override
Definition SaveGameNetworkReplayStreaming.cpp:810
virtual SAVEGAMENETWORKREPLAYSTREAMING_API void RequestEventData(const FString &EventID, const FRequestEventDataCallback &Delegate) override
Definition SaveGameNetworkReplayStreaming.cpp:1422
SAVEGAMENETWORKREPLAYSTREAMING_API void RequestEventGroupDataSaved(const FString &ReplayName, const FString &Group, const int32 UserIndex, const FRequestEventGroupDataCallback &Delegate)
Definition SaveGameNetworkReplayStreaming.cpp:1551
virtual SAVEGAMENETWORKREPLAYSTREAMING_API void RenameReplay(const FString &ReplayName, const FString &NewName, const FRenameReplayCallback &Delegate) override
Definition SaveGameNetworkReplayStreaming.cpp:1213
static SAVEGAMENETWORKREPLAYSTREAMING_API const FString & GetDefaultDemoSavePath()
Definition SaveGameNetworkReplayStreaming.cpp:1878
SAVEGAMENETWORKREPLAYSTREAMING_API void RequestEventDataSaved(const FString &ReplayName, const FString &EventID, const int32 UserIndex, const FRequestEventDataCallback &Delegate)
Definition SaveGameNetworkReplayStreaming.cpp:1461
SAVEGAMENETWORKREPLAYSTREAMING_API bool IsSaveGameFileName(const FString &ReplayName) const
Definition SaveGameNetworkReplayStreaming.cpp:1829
virtual SAVEGAMENETWORKREPLAYSTREAMING_API void RenameReplayFriendlyName(const FString &ReplayName, const FString &NewFriendlyName, const FRenameReplayCallback &Delegate) override
Definition SaveGameNetworkReplayStreaming.cpp:1107
SAVEGAMENETWORKREPLAYSTREAMING_API void RenameReplayFriendlyName_Internal(const FString &ReplayName, const FString &NewFriendlyName, const int32 UserIndex, FRenameReplayResult &Result) const
Definition SaveGameNetworkReplayStreaming.cpp:1159
SAVEGAMENETWORKREPLAYSTREAMING_API void DeleteFinishedStream_Internal(const FString &ReplayName, const int32 UserIndex, FDeleteFinishedStreamResult &Result) const
Definition SaveGameNetworkReplayStreaming.cpp:860
SAVEGAMENETWORKREPLAYSTREAMING_API void EnumerateEvents_Internal(const FString &ReplayName, const FString &Group, const int32 UserIndex, FEnumerateEventsResult &Result) const
Definition SaveGameNetworkReplayStreaming.cpp:1374
SAVEGAMENETWORKREPLAYSTREAMING_API void RenameReplaySaved(const FString &ReplayName, const FString &NewName, const int32 UserIndex, const FRenameReplayCallback &Delegate)
Definition SaveGameNetworkReplayStreaming.cpp:1218
SAVEGAMENETWORKREPLAYSTREAMING_API bool StreamNameToSanitizedNames(const FString &StreamName, FSaveGameSanitizedNames &OutSanitizedNames) const
Definition SaveGameNetworkReplayStreaming.cpp:1834
virtual SAVEGAMENETWORKREPLAYSTREAMING_API void EnumerateStreams(const FNetworkReplayVersion &InReplayVersion, const int32 UserIndex, const FString &MetaString, const TArray< FString > &ExtraParms, const FEnumerateStreamsCallback &Delegate) override
Definition SaveGameNetworkReplayStreaming.cpp:1226
const FString PlaybackReplayName
Definition SaveGameNetworkReplayStreaming.h:153
static SAVEGAMENETWORKREPLAYSTREAMING_API const FString & GetTempDemoRelativeSavePath()
Definition SaveGameNetworkReplayStreaming.cpp:1884
SAVEGAMENETWORKREPLAYSTREAMING_API void StartStreamingSaved(const FStartStreamingParameters &Params, const FStartStreamingCallback &Delegate)
Definition SaveGameNetworkReplayStreaming.cpp:723
virtual SAVEGAMENETWORKREPLAYSTREAMING_API TArrayView< const FString > GetAdditionalRelativeDemoPaths() const override
Definition SaveGameNetworkReplayStreaming.cpp:1873
SAVEGAMENETWORKREPLAYSTREAMING_API void KeepReplaySaved(const FString &ReplayName, const bool bKeep, const int32 UserIndex, const FKeepReplayCallback &Result)
Definition SaveGameNetworkReplayStreaming.cpp:922
virtual SAVEGAMENETWORKREPLAYSTREAMING_API void StartStreaming(const FStartStreamingParameters &Params, const FStartStreamingCallback &Delegate) override
Definition SaveGameNetworkReplayStreaming.cpp:705
virtual SAVEGAMENETWORKREPLAYSTREAMING_API void KeepReplay(const FString &ReplayName, const bool bKeep, const FKeepReplayCallback &Delegate) override
Definition SaveGameNetworkReplayStreaming.cpp:911
static SAVEGAMENETWORKREPLAYSTREAMING_API const FString & GetDefaultPlaybackName()
Definition SaveGameNetworkReplayStreaming.cpp:1891
SAVEGAMENETWORKREPLAYSTREAMING_API FString GetLocalPlaybackName() const
Definition SaveGameNetworkReplayStreaming.cpp:1868
SAVEGAMENETWORKREPLAYSTREAMING_API int32 GetReplayIndexFromName(const FString &ReplayName) const
Definition SaveGameNetworkReplayStreaming.cpp:1854
virtual SAVEGAMENETWORKREPLAYSTREAMING_API void EnumerateEvents(const FString &ReplayName, const FString &Group, const FEnumerateEventsCallback &Delegate) override
Definition SaveGameNetworkReplayStreaming.cpp:1325
SAVEGAMENETWORKREPLAYSTREAMING_API bool ReadMetaDataFromLocalStream(FArchive &Archive, FSaveGameMetaData &OutMetaData) const
Definition SaveGameNetworkReplayStreaming.cpp:1616
Definition SaveGameNetworkReplayStreaming.h:171
virtual SAVEGAMENETWORKREPLAYSTREAMING_API void StartupModule() override
Definition SaveGameNetworkReplayStreaming.cpp:1912
virtual SAVEGAMENETWORKREPLAYSTREAMING_API TSharedPtr< INetworkReplayStreamer > CreateReplayStreamer() override
Definition SaveGameNetworkReplayStreaming.cpp:1919
Definition SaveGameSystem.h:20
Definition ArrayView.h:139
Definition AndroidPlatformMisc.h:14
Definition SharedPointer.h:692
Definition SharedPointer.h:1295
Definition NetworkReplayStreaming.h:297
Definition NetworkReplayStreaming.h:348
Definition NetworkReplayStreaming.h:320
Definition NetworkReplayStreaming.h:459
Definition LocalFileNetworkReplayStreaming.h:137
Definition NetworkReplayStreaming.h:71
Definition NetworkReplayStreaming.h:475
Definition NetworkReplayStreaming.h:373
Definition NetworkReplayStreaming.h:398
Definition SaveGameNetworkReplayStreaming.h:129
bool bIsSavingMetaData
Definition SaveGameNetworkReplayStreaming.h:132
FString ReplaySaveName
Definition SaveGameNetworkReplayStreaming.h:136
int32 SaveDataSize
Definition SaveGameNetworkReplayStreaming.h:133
EGameDelegates_SaveGame Option
Definition SaveGameNetworkReplayStreaming.h:130
bool bIsForRename
Definition SaveGameNetworkReplayStreaming.h:131
FString ReplayFriendlyName
Definition SaveGameNetworkReplayStreaming.h:135
Definition SaveGameNetworkReplayStreaming.h:81
FReplayEventList Events
Definition SaveGameNetworkReplayStreaming.h:86
uint32 FileVersion
Definition SaveGameNetworkReplayStreaming.h:83
TArray< TArray< uint8 > > EventData
Definition SaveGameNetworkReplayStreaming.h:89
Definition SaveGameNetworkReplayStreaming.h:102
int32 ReplayIndex
Definition SaveGameNetworkReplayStreaming.h:105
FString ReplayMetaName
Definition SaveGameNetworkReplayStreaming.h:103
FString ReplayName
Definition SaveGameNetworkReplayStreaming.h:104
Definition NetworkReplayStreaming.h:488
Definition NetworkReplayStreaming.h:228
Definition NetworkReplayStreaming.h:215