Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor
| Name | URuntimeCellTransformer |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/MeshPartitionRuntimeCellTransformer.h |
| Include Path | #include "MeshPartitionRuntimeCellTransformer.h" |
Syntax
UCLASS ()
class URuntimeCellTransformer : public UWorldPartitionRuntimeCellTransformer
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UWorldPartitionRuntimeCellTransformer → URuntimeCellTransformer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URuntimeCellTransformer
(
const FObjectInitializer& ObjectInitializer |
MeshPartitionRuntimeCellTransformer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CellsPostTransformed | int32 | MeshPartitionRuntimeCellTransformer.h | ||
| CellsPreTransformed | int32 | MeshPartitionRuntimeCellTransformer.h | ||
| CellsTransformed | int32 | MeshPartitionRuntimeCellTransformer.h | ||
| WorldUpdater | TSharedPtr< FMeshPartitionWorldUpdater > | MeshPartitionRuntimeCellTransformer.h |
Functions
Public
Public Virtual
Overridden from UWorldPartitionRuntimeCellTransformer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostTransform
(
ULevel* InLevel |
MeshPartitionRuntimeCellTransformer.h | ||
virtual void PreTransform
(
ULevel* InLevel |
MeshPartitionRuntimeCellTransformer.h | ||
virtual void Transform
(
ULevel* InLevel |
MeshPartitionRuntimeCellTransformer.h |