Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FClientPlacementInfo
Description
Notify that the given client ISM instance is about to be moved.
This gives the manager a chance to start a move operation, to avoid performing repeated work until the move is finished.
Virtual Inheritance
- IISMPartitionInstanceManager::NotifyISMPartitionInstanceMovementStarted → FClientPlacementInfo::NotifyISMPartitionInstanceMovementStarted
| Name | NotifyISMPartitionInstanceMovementStarted |
| 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 void NotifyISMPartitionInstanceMovementStarted
(
const FISMClientInstanceId & InstanceId
)