Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AISMPartitionActor
Description
Notify that the given static mesh 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
- ISMInstanceManager::NotifySMInstanceMovementStarted → AISMPartitionActor::NotifySMInstanceMovementStarted
| Name | NotifySMInstanceMovementStarted |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ISMPartition/ISMPartitionActor.h |
| Include Path | #include "ISMPartition/ISMPartitionActor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ISMPartition/ISMPartitionActor.cpp |
virtual void NotifySMInstanceMovementStarted
(
const FSMInstanceId & InstanceId
)