UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_DELEGATE_RetVal(ReturnValueType, DelegateName)
Definition DelegateCombinations.h:41
EStreamingStatus
Definition ProfilingHelpers.h:16
@ LEVEL_Loaded
Definition ProfilingHelpers.h:20
@ LEVEL_StreamingStatusCount
Definition ProfilingHelpers.h:26
@ LEVEL_Unloaded
Definition ProfilingHelpers.h:17
@ LEVEL_Loading
Definition ProfilingHelpers.h:19
@ LEVEL_FailedToLoad
Definition ProfilingHelpers.h:24
@ LEVEL_UnloadedButStillAround
Definition ProfilingHelpers.h:18
@ LEVEL_Visible
Definition ProfilingHelpers.h:22
@ LEVEL_MakingInvisible
Definition ProfilingHelpers.h:25
@ LEVEL_Preloading
Definition ProfilingHelpers.h:23
@ LEVEL_MakingVisible
Definition ProfilingHelpers.h:21
CORE_API void SendDataToPCViaUnrealConsole(const FString &NotifyType, const FString &FullFileName)
Definition ProfilingHelpers.cpp:112
CORE_API int32 GetChangeListNumberForPerfTesting()
Definition ProfilingHelpers.cpp:34
CORE_API FString CreateProfileFilename(const FString &InFileExtension, bool bIncludeDateForDirectoryName)
Definition ProfilingHelpers.cpp:125
CORE_API FString GetBuildNameForPerfTesting()
Definition ProfilingHelpers.cpp:80
CORE_API FString CreateProfileDirectoryAndFilename(const FString &InSubDirectoryName, const FString &InFileExtension)
Definition ProfilingHelpers.cpp:220