Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UInstancedSkinnedMeshComponent
Description
Get all custom data values for specific instance, the size of the array view must match the NumCustomDataFloats. Returns True on success.
| Name | GetCustomData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/InstancedSkinnedMeshComponent.h |
| Include Path | #include "Components/InstancedSkinnedMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/InstancedSkinnedMeshComponent.cpp |
bool GetCustomData
(
FPrimitiveInstanceId InstanceId,
TArrayView < float > CustomDataFloats
) const