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