UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WorldPartitionRuntimeCellTransformerLog.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
#pragma once
3
4
#include "
CoreMinimal.h
"
5
#include "
WorldPartitionRuntimeCellTransformer.h
"
6
#include "WorldPartitionRuntimeCellTransformerLog.generated.h"
7
8
UCLASS
()
9
class
UWorldPartitionRuntimeCellTransformerLog
:
public
UWorldPartitionRuntimeCellTransformer
10
{
11
GENERATED_UCLASS_BODY
()
12
13
#if WITH_EDITOR
14
public
:
15
virtual
void
PreTransform(
ULevel
*
InLevel
)
override
;
16
virtual
void
PostTransform(
ULevel
*
InLevel
)
override
;
17
18
private
:
19
void
GatherLevelContentStats
(
ULevel
*
InLevel
,
TMap<UClass*, int32>
&
OutClassNumInstances
);
20
void
DumpLevelContentStats
(
ULevel
*
InLevel
,
const
TMap<UClass*, int32>
&
InClassNumInstances
);
21
#endif
22
23
#if WITH_EDITORONLY_DATA
24
public
:
26
UPROPERTY
(EditAnywhere, Category =
ISM
)
27
bool
bOnlyLogDifferences
;
28
29
TMap<UClass*, int32>
ClassNumInstancesBefore
;
30
#endif
31
};
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
UPROPERTY
#define UPROPERTY(...)
UObject definition macros.
Definition
ObjectMacros.h:744
GENERATED_UCLASS_BODY
#define GENERATED_UCLASS_BODY(...)
Definition
ObjectMacros.h:768
UCLASS
#define UCLASS(...)
Definition
ObjectMacros.h:776
WorldPartitionRuntimeCellTransformer.h
TMap
Definition
UnrealString.h.inl:34
ULevel
Definition
Level.h:423
UWorldPartitionRuntimeCellTransformerLog
Definition
WorldPartitionRuntimeCellTransformerLog.h:10
UWorldPartitionRuntimeCellTransformer
Definition
WorldPartitionRuntimeCellTransformer.h:25
Engine
Source
Runtime
Engine
Public
WorldPartition
WorldPartitionRuntimeCellTransformerLog.h
Generated by
1.9.8