Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISMInstanceManager
Description
Attempt to set 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::SetSMInstanceTransform
- ALightWeightInstanceStaticMeshManager::SetSMInstanceTransform
- UInstancedStaticMeshComponent::SetSMInstanceTransform
| Name | SetSMInstanceTransform |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/SMInstance/SMInstanceManager.h |
| Include Path | #include "Elements/SMInstance/SMInstanceManager.h" |
bool SetSMInstanceTransform
(
const FSMInstanceId & InstanceId,
const FTransform & InstanceTransform,
bool bWorldSpace,
bool bMarkRenderStateDirty,
bool bTeleport
)
True if the transform was updated, false otherwise.