Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FClientPlacementInfo
Description
Notify that the given client ISM instance selection state has changed.
This gives the manager a chance to sync any internal selection state.
Virtual Inheritance
- IISMPartitionInstanceManager::NotifyISMPartitionInstanceSelectionChanged → FClientPlacementInfo::NotifyISMPartitionInstanceSelectionChanged
| Name | NotifyISMPartitionInstanceSelectionChanged |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Instances/InstancedPlacementClientInfo.h |
| Include Path | #include "Instances/InstancedPlacementClientInfo.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Instances/InstancedPlacementClientInfo.cpp |
virtual void NotifyISMPartitionInstanceSelectionChanged
(
const FISMClientInstanceId & InstanceId,
const bool bIsSelected
)