Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorldPartitionRuntimeCellTransf-
Description
Hook to transform the runtime cell structure itself. Note: Modification of the cell contents must be done in the ULevel* hook.
| Name | TransformRuntimeCell |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionRuntimeCellTransformer.h |
| Include Path | #include "WorldPartition/WorldPartitionRuntimeCellTransformer.h" |
| Source | /Engine/Source/Runtime/Engine/Private/WorldPartition/WorldPartitionRuntimeCellTransformer.cpp |
virtual void TransformRuntimeCell
(
UWorldPartitionRuntimeCell * InCell
)