Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FClientPlacementInfo
Description
Attempt to get the 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::GetISMPartitionInstanceTransform → FClientPlacementInfo::GetISMPartitionInstanceTransform
| Name | GetISMPartitionInstanceTransform |
| 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 GetISMPartitionInstanceTransform
(
const FISMClientInstanceId & InstanceId,
FTransform & OutInstanceTransform,
bool bWorldSpace
) const
True if the transform was retrieved, false otherwise.