Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartition.h |
| Include | #include "WorldPartition/WorldPartition.h" |
Syntax
USTRUCT ()
struct FRuntimeCellTransformerInstance
Remarks
Holds an instance of a runtime cell transformer.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UWorldPartitionRuntimeCellTransformer > | Class | Runtime cell transformer class | |
| TObjectPtr< UWorldPartitionRuntimeCellTransformer > | Instance | Transformer object instance |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PostTransform
(
ULevel* InLevel |
||
| void | PreTransform
(
ULevel* InLevel |
||
| void |