Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor > API/Plugins/MeshPartitionEditor/FModifierGraphCache
Description
Writes the InBaseGroupCacheData into the persistent cache, moving the data out of the input parameter. InBaseGroupCacheData may contain only a subset of all the modifiers which are affecting the cache. In the case where local builders are executing, this may be the case.
| Name | CacheBaseGroupViewCacheData |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/MeshPartitionModifierGraphCache.h |
| Include Path | #include "MeshPartitionModifierGraphCache.h" |
| Source | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Private/MeshPartitionModifierGraphCache.cpp |
void CacheBaseGroupViewCacheData
(
const FGuid & InBaseGroupCacheKey,
FBaseGroupViewCacheData && InBaseGroupViewCacheData
)
Parameters
| Name | Remarks |
|---|---|
| InBaseGroupKey | Hash of all base modifier guids. |
| InBaseGroupCacheData | Set of modifier views to add to the cache for the base group. Data will be moved out of this parameter so should no longer be referenced after calling this function. |