Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IISMPartitionInstanceManager
Description
Attempt to set the world transform of the given client ISM instance.
The transform should be in the local space of the owner partition actor, unless bWorldSpace is set.
Derived Overrides
| Name | SetISMPartitionInstanceTransform |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ISMPartition/ISMPartitionInstanceManager.h |
| Include Path | #include "ISMPartition/ISMPartitionInstanceManager.h" |
bool SetISMPartitionInstanceTransform
(
const FISMClientInstanceId & InstanceId,
const FTransform & InstanceTransform,
bool bWorldSpace,
bool bTeleport
)
True if the transform was updated, false otherwise.