Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IISMPartitionInstanceManager
Description
Notify that the given client ISM instance selection state has changed.
This gives the manager a chance to sync any internal selection state.
Derived Overrides
| Name | NotifyISMPartitionInstanceSelectionChanged |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ISMPartition/ISMPartitionInstanceManager.h |
| Include Path | #include "ISMPartition/ISMPartitionInstanceManager.h" |
void NotifyISMPartitionInstanceSelectionChanged
(
const FISMClientInstanceId & InstanceId,
const bool bIsSelected
)