UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ProfilingHelpers.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
9#pragma once
10
12#include "CoreTypes.h"
13#include "Delegates/Delegate.h"
14
28
29
39
46
53CORE_API void SendDataToPCViaUnrealConsole( const FString& NotifyType, const FString& FullFileName );
54
55
64
72
77
78#if WITH_ENGINE
81
84#endif
85
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
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