FApp::IsThisInstance

Check whether the given instance ID identifies this instance.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/App.h

Include

#include "Misc/App.h"

Syntax

static bool IsThisInstance
(
    const FGuid & InInstanceId
)

Remarks

Check whether the given instance ID identifies this instance.

Returns

true if the ID identifies this instance, false otherwise.

Parameters

Parameter

Description

InInstanceId

The instance ID to check.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss