Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FApp
Description
Set a new session owner.
| Name | SetSessionOwner |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/App.h |
| Include Path | #include "Misc/App.h" |
static void SetSessionOwner
(
const FString & NewOwner
)
Parameters
| Name | Remarks |
|---|---|
| NewOwner | The name of the new owner. |