Navigation
API > API/Editor > API/Editor/UnrealEd
| |
|
| Name |
EPlayModeType |
| Type |
enum |
| Header File |
/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorPlaySettings.h |
| Include Path |
#include "Settings/LevelEditorPlaySettings.h" |
Syntax
enum EPlayModeType
{
PlayMode_InViewPort = 0,
PlayMode_InEditorFloating,
PlayMode_InMobilePreview,
PlayMode_InTargetedMobilePreview,
PlayMode_InNewProcess,
PlayMode_InVR,
PlayMode_Simulate,
PlayMode_QuickLaunch,
PlayMode_Count,
}
Values
| Name |
Remarks |
| PlayMode_InViewPort |
Runs from within the editor. |
| PlayMode_InEditorFloating |
Runs in a new window. |
| PlayMode_InMobilePreview |
Runs a mobile preview in a new process. |
| PlayMode_InTargetedMobilePreview |
Runs a mobile preview targeted to a particular device in a new process. |
| PlayMode_InNewProcess |
Runs a vulkan preview in a new process. Runs in a new process. |
| PlayMode_InVR |
Runs in VR. |
| PlayMode_Simulate |
Simulates in viewport without possessing the player. |
| PlayMode_QuickLaunch |
Runs the last launched device (from Platforms menu) |
| PlayMode_Count |
The number of different Play Modes. |