Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/IPIEAuthorizer
Description
Used to gate play-in-editor functionality, where a PIE session may be undesirable given some external plugin's state.
This method might require interactions with users.
| Name | RequestPIEPermissionInternal |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/IPIEAuthorizer.h |
| Include Path | #include "IPIEAuthorizer.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/IPIEAuthorizer.cpp |
virtual TValueOrError < bool, FText > RequestPIEPermissionInternal
(
bool bIsSimulateInEditor
) const
Whether PIE is allowed and optional error description if denied.
Parameters
| Name | Remarks |
|---|---|
| bIsSimulateInEditor | Whether the request is for Simulate In Editor (SIE) or Play In Editor (PIE) |