Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IISMPartitionInstanceManager
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.
Derived Overrides
| Name | GetISMPartitionInstanceTransform |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ISMPartition/ISMPartitionInstanceManager.h |
| Include Path | #include "ISMPartition/ISMPartitionInstanceManager.h" |
bool GetISMPartitionInstanceTransform
(
const FISMClientInstanceId & InstanceId,
FTransform & OutInstanceTransform,
bool bWorldSpace
) const
True if the transform was retrieved, false otherwise.