Navigation
API > API/Runtime > API/Runtime/SessionServices > API/Runtime/SessionServices/ISessionManager
References
| Module | SessionServices |
| Header | /Engine/Source/Runtime/SessionServices/Public/ISessionManager.h |
| Include | #include "ISessionManager.h" |
bool SetInstanceSelected
&40;
const TSharedRef< ISessionInstanceInfo > & Instance,
bool Selected
&41;
Remarks
Marks the specified item as selected or unselected. true if the instance was selected, false otherwise.
Parameters
| Name | Description |
|---|---|
| Instance | The instance to mark. |
| Selected | Whether the instance should be selected (true) or unselected (false). |