Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor > API/Plugins/MeshPartitionEditor/UModifierComponent
Description
Get the MegaMeshClassVersion of this modifier. Final, because this is just a helper function that calls GetMegaMeshClassVersionFromClass. It MUST return the same value as GetMegaMeshClassVersionFromClass(). (NOTE: We use positive MegaMeshClassVersion numbers to indicate we should use deterministic cache keys calculated from the dependencies gathered via GatherDependencies())
| Name | GetMegaMeshClassVersion |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/MeshPartitionModifierComponent.h |
| Include Path | #include "MeshPartitionModifierComponent.h" |
| Source | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Private/MeshPartitionModifierComponent.cpp |
int32 GetMegaMeshClassVersion() const