IPIEAuthorizer::RequestPIEPermission

Used to gate play-in-editor functionality, where a PIE session may be undesirable given some external plugin's state.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/IPIEAuthorizer.h

Include

#include "IPIEAuthorizer.h"

Syntax

bool RequestPIEPermission
(
    bool bIsSimulateInEditor,
    FString & OutReason
) const

Remarks

Used to gate play-in-editor functionality, where a PIE session may be undesirable given some external plugin's state.

Returns

False to block play-in-editor from continuing, true to allow.

Parameters

Parameter

Description

OutReason

[out] A string describing why play was denied by this plugin.

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