Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/IPIEAuthorizer
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/IPIEAuthorizer.h |
| Include | #include "IPIEAuthorizer.h" |
bool RequestPIEPermission
&40;
bool bIsSimulateInEditor,
FString & OutReason
&41; const
Remarks
Used to gate play-in-editor functionality, where a PIE session may be undesirable given some external plugin's state. False to block play-in-editor from continuing, true to allow.
Parameters
| Name | Description |
|---|---|
| OutReason | [out] A string describing why play was denied by this plugin. |