![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Containers/Array.h"#include "Containers/StringFwd.h"#include "Containers/UnrealString.h"#include "CoreGlobals.h"#include "CoreTypes.h"#include "Delegates/Delegate.h"#include "HAL/PlatformTime.h"#include "HAL/PreprocessorHelpers.h"#include "HAL/ThreadSafeCounter64.h"#include "Templates/Decay.h"#include "Templates/Function.h"#include "Templates/UnrealTemplate.h"#include "Trace/Trace.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::Trace |
Macros | |
| #define | ENABLE_COOK_STATS WITH_EDITOR |
| #define | COOK_STAT(...) |
| #define | UE_SCOPED_COOK_STAT(...) |
| #define | UE_MULTI_SCOPED_COOK_STAT_INIT(...) |
| #define | UE_MULTI_SCOPED_COOK_STAT(...) |
| #define | UE_MULTI_SCOPED_COOK_STAT_RESET(...) |
| #define | TracePackage(...) |
| #define | TracePackageStat(...) |
| #define | TracePackageStatBeginScope(...) |
| #define | TracePackageStatEndScope(...) |
| #define | TracePackageAssetClass(...) |
| #define | ShouldTracePackageInfo(...) false |
Enumerations | |
| enum class | EPackageEventStatType : uint8 { LoadPackage = 0 , SavePackage = 1 , BeginCacheForCookedPlatformData = 2 , IsCachedCookedPlatformDataLoaded = 3 } |
| #define COOK_STAT | ( | ... | ) |
| #define ENABLE_COOK_STATS WITH_EDITOR |
| #define TracePackage | ( | ... | ) |
| #define TracePackageAssetClass | ( | ... | ) |
| #define TracePackageStat | ( | ... | ) |
| #define TracePackageStatBeginScope | ( | ... | ) |
| #define TracePackageStatEndScope | ( | ... | ) |
| #define UE_MULTI_SCOPED_COOK_STAT | ( | ... | ) |
| #define UE_MULTI_SCOPED_COOK_STAT_INIT | ( | ... | ) |
| #define UE_MULTI_SCOPED_COOK_STAT_RESET | ( | ... | ) |
| #define UE_SCOPED_COOK_STAT | ( | ... | ) |
|
strong |