Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UInstancedSkinnedMeshComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomData
(
FPrimitiveInstanceId InstanceId, |
Components/InstancedSkinnedMeshComponent.h |
|
|
bool GetCustomData
(
FPrimitiveInstanceId InstanceId, |
Get all custom data values for specific instance, the size of the array view must match the NumCustomDataFloats. | Components/InstancedSkinnedMeshComponent.h |
GetCustomData(FPrimitiveInstanceId, TArray< float > &)
| Name | GetCustomData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/InstancedSkinnedMeshComponent.h |
| Include Path | #include "Components/InstancedSkinnedMeshComponent.h" |
UFUNCTION (BlueprintCallable, Category="Components|InstancedSkinnedMesh")
bool GetCustomData
(
FPrimitiveInstanceId InstanceId,
TArray < float > & CustomDataFloats
) const
GetCustomData(FPrimitiveInstanceId, TArrayView< float >)
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