Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FApp
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/App.h |
Include | #include "Misc/App.h" |
static bool IsThisInstance
&40;
const FGuid & InInstanceId
&41;
Remarks
Check whether the given instance ID identifies this instance. true if the ID identifies this instance, false otherwise.
Parameters
Name | Description |
---|---|
InInstanceId | The instance ID to check. |