Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FApp
Description
Gets the globally unique identifier of this application instance.
Every running instance of the engine has a globally unique instance identifier that can be used to identify it from anywhere on the network.
| Name | GetInstanceId |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/App.h |
| Include Path | #include "Misc/App.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/App.cpp |
static FGuid GetInstanceId()
Instance identifier, or an invalid GUID if there is no local instance.
See Also
- GetSessionId