Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISMInstanceManager
Description
Attempt to get the transform of the given static mesh instance.
The transform should be in the local space of the owner ISM component, unless bWorldSpace is set.
Derived Overrides
- AISMPartitionActor::GetSMInstanceTransform
- ALightWeightInstanceStaticMeshManager::GetSMInstanceTransform
- UInstancedStaticMeshComponent::GetSMInstanceTransform
| Name | GetSMInstanceTransform |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/SMInstance/SMInstanceManager.h |
| Include Path | #include "Elements/SMInstance/SMInstanceManager.h" |
bool GetSMInstanceTransform
(
const FSMInstanceId & InstanceId,
FTransform & OutInstanceTransform,
bool bWorldSpace
) const
True if the transform was retrieved, false otherwise.