Navigation
API > API/Plugins > API/Plugins/MetaHumanCrowd > API/Plugins/MetaHumanCrowd/UMetaHumanMassRepresentationSubs-
Description
Per-mesh custom-data slices for the appearance, indexed in Desc.Meshes order.
IMPORTANT: the returned reference points into registry storage. RegisterInstance and UnregisterInstance may reallocate that storage, invalidating the reference. Callers must not hold the reference across any subsystem mutation read it, use it immediately, and drop it. The empty-result reference points into a function-local static and is always safe.
| Name | GetCustomDataFloatsPerMesh |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCrowd/Source/MetaHumanCrowd/Public/Mass/MetaHumanMassRepresentationSubsystem.h |
| Include Path | #include "Mass/MetaHumanMassRepresentationSubsystem.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCrowd/Source/MetaHumanCrowd/Private/Mass/MetaHumanMassRepresentationSubsystem.cpp |
const TArray < TArray < float > > & GetCustomDataFloatsPerMesh
(
uint32 AppearanceId
) const