Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISMPartition > API/Runtime/Engine/ISMPartition/IISMPartitionInstanceManager
- IISMPartitionInstanceManager::SetISMPartitionInstanceTransform()
- FClientPlacementInfo::SetISMPartitionInstanceTransform()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ISMPartition/ISMPartitionInstanceManager.h |
| Include | #include "ISMPartition/ISMPartitionInstanceManager.h" |
bool SetISMPartitionInstanceTransform
&40;
const FISMClientInstanceId & InstanceId,
const FTransform & InstanceTransform,
bool bWorldSpace,
bool bTeleport
&41;
Remarks
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. True if the transform was updated, false otherwise.