Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FClientPlacementInfo
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.
Virtual Inheritance
- IISMPartitionInstanceManager::SetISMPartitionInstanceTransform → FClientPlacementInfo::SetISMPartitionInstanceTransform
| Name | SetISMPartitionInstanceTransform |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Instances/InstancedPlacementClientInfo.h |
| Include Path | #include "Instances/InstancedPlacementClientInfo.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Instances/InstancedPlacementClientInfo.cpp |
virtual bool SetISMPartitionInstanceTransform
(
const FISMClientInstanceId & InstanceId,
const FTransform & InstanceTransform,
bool bWorldSpace,
bool bTeleport
)
True if the transform was updated, false otherwise.