Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISMInstanceManager
Description
Notify that the given static mesh instance selection state has changed.
This gives the manager a chance to sync any internal selection state.
Derived Overrides
- AISMPartitionActor::NotifySMInstanceSelectionChanged
- ALightWeightInstanceStaticMeshManager::NotifySMInstanceSelectionChanged
- UInstancedStaticMeshComponent::NotifySMInstanceSelectionChanged
| Name | NotifySMInstanceSelectionChanged |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/SMInstance/SMInstanceManager.h |
| Include Path | #include "Elements/SMInstance/SMInstanceManager.h" |
void NotifySMInstanceSelectionChanged
(
const FSMInstanceId & InstanceId,
const bool bIsSelected
)