EPlayModeType

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorPlaySettings.h

Include

#include "Settings/LevelEditorPlaySettings.h"

Syntax

enum EPlayModeType
{
    PlayMode_InViewPort                 = 0,
    PlayMode_InEditorFloating,
    PlayMode_InMobilePreview,
    PlayMode_InTargetedMobilePreview,
    PlayMode_InVulkanPreview,
    PlayMode_InNewProcess,
    PlayMode_InVR,
    PlayMode_Simulate,
    PlayMode_Count,
}

Values

Name

Description

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_InVulkanPreview

Runs a vulkan preview in a new process.

PlayMode_InNewProcess

Runs in a new process.

PlayMode_InVR

Runs in VR.

PlayMode_Simulate

Simulates in viewport without possessing the player.

PlayMode_Count

The number of different Play Modes.

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