Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor
Stores the FCachedDescriptors for all AMeshPartition actors in a world
| Name | FWorldCachedDescriptors |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/MeshPartitionDescriptorCache.h |
| Include Path | #include "MeshPartitionDescriptorCache.h" |
Syntax
struct FWorldCachedDescriptors
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllMeshPartitionsCachedDescriptors | TArray< TSharedPtr< MeshPartition::FCachedDescriptors > > | MeshPartitionDescriptorCache.h | ||
| CachedDescriptorsByGUID | TMap< FGuid, TSharedPtr< MeshPartition::FCachedDescriptors > > | Mapping storing the cached descriptors for each mega mesh actor GUID. | MeshPartitionDescriptorCache.h | |
| CachedDescriptorsByPath | TMap< FSoftObjectPath, TSharedPtr< MeshPartition::FCachedDescriptors > > | Mapping storing the cached descriptors for each mega mesh actor path. | MeshPartitionDescriptorCache.h | |
| TotalBuildVariants | int32 | MeshPartitionDescriptorCache.h | ||
| TotalCompiledSections | int32 | MeshPartitionDescriptorCache.h | ||
| TotalModifiers | int32 | MeshPartitionDescriptorCache.h | ||
| TotalSectionGroups | int32 | MeshPartitionDescriptorCache.h | ||
| World | TSoftObjectPtr< const UWorld > | MeshPartitionDescriptorCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstArrayView< TSharedPtr< MeshPartition::FCachedDescriptors > > GetAllMeshPartitionsCachedDescriptors() |
MeshPartitionDescriptorCache.h | ||
TSharedPtr< MeshPartition::FCachedDescriptors > GetCachedDescriptors
(
const AMeshPartition& MeshPartitionActor |
MeshPartitionDescriptorCache.h | ||
TSharedPtr< MeshPartition::FCachedDescriptors > GetCachedDescriptorsByGuid
(
const FGuid& MeshPartitionGUID |
MeshPartitionDescriptorCache.h | ||
TSharedPtr< MeshPartition::FCachedDescriptors > GetCachedDescriptorsByPath
(
const FSoftObjectPath& MeshPartitionPath |
MeshPartitionDescriptorCache.h |