Navigation
API > API/Plugins > API/Plugins/MeshPartition
| |
|
| Name |
FCompiledSectionDescriptor |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/MeshPartition/Source/MeshPartition/Public/MeshPartitionCompiledSection.h |
| Include Path |
#include "MeshPartitionCompiledSection.h" |
Syntax
struct FCompiledSectionDescriptor
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ActorDescGuid |
FGuid |
The world partition actor desc GUID for the compiled section actor |
MeshPartitionCompiledSection.h |
|
| ActorPath |
FSoftObjectPath |
The path to this compiled section |
MeshPartitionCompiledSection.h |
|
| Info |
MeshPartition::FCompiledSectionBuildInfo |
|
MeshPartitionCompiledSection.h |
|
Functions
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static bool BuildFromActorDescInstance
(
const FWorldPartitionActorDescInstance& InActorDescInstance,
FCompiledSectionDescriptor& OutCompiledSectionDescriptor
)
|
Construct from the world partition actor desc properties |
MeshPartitionCompiledSection.h |
|