Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISMInstanceManager
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.
Derived Overrides
- AISMPartitionActor::NotifySMInstanceMovementStarted
- ALightWeightInstanceStaticMeshManager::NotifySMInstanceMovementStarted
- UInstancedStaticMeshComponent::NotifySMInstanceMovementStarted
| Name | NotifySMInstanceMovementStarted |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/SMInstance/SMInstanceManager.h |
| Include Path | #include "Elements/SMInstance/SMInstanceManager.h" |
void NotifySMInstanceMovementStarted
(
const FSMInstanceId & InstanceId
)