Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UInstancedSkinnedMeshComponent
Description
Get the transform for the instance specified. Instance is returned in local space of this component unless bWorldSpace is set. Returns True on success.
| Name | GetInstanceTransform |
| 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 |
UFUNCTION (BlueprintCallable, Category="Components|InstancedSkinnedMesh")
bool GetInstanceTransform
(
FPrimitiveInstanceId InstanceId,
FTransform & OutInstanceTransform,
bool bWorldSpace
) const