Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IISMPartitionInstanceManager
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.
Derived Overrides
| Name | NotifyISMPartitionInstanceMovementStarted |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ISMPartition/ISMPartitionInstanceManager.h |
| Include Path | #include "ISMPartition/ISMPartitionInstanceManager.h" |
void NotifyISMPartitionInstanceMovementStarted
(
const FISMClientInstanceId & InstanceId
)