FPlayWorldCommands

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Kismet2/DebuggerCommands.h

Include

#include "Kismet2/DebuggerCommands.h"

Syntax

class FPlayWorldCommands : public TCommands< FPlayWorldCommands >

Variables

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Protected function Static

void

 

AddPIEPreviewDeviceActions

(
    const FPlayWorldCommands& Commands,
    FUICommandList& ActionList
)

Add mobile PIE preview device actions.

Protected function

void

 

AddPIEPreviewDeviceCommands()

Add mobile PIE preview device commands.

Public function Static

void

 

BindGlobalPlayWorldCommands()

Binds all global kismet commands to delegates

Public function Static

void

 

BuildToolbar

(
    FToolMenuSection& InSection,
    bool bIncludeLaunchButtonAndOptions
)

Populates a toolbar with the menu commands for play-world control (pause/resume/stop/possess/eject/step/show current loc)

Protected function Static

TSharedRef< ...

 

GenerateLaunchMenuContent

(
    TSharedRef< FUICommandList > InComm...
)

Generates menu content for the Play On combo button drop down menu

Protected function Static

TSharedRef< ...

 

GeneratePlayMenuContent

(
    TSharedRef< FUICommandList > InComm...
)

Generates menu content for the PIE combo button drop down menu

Public function Static

TWeakPtr< SG...

 

GetActiveGlobalPlayWorldActionsWidget()

Return the active widget that processes play world actions for PIE

Public function Static

void

 

SetActiveGlobalPlayWorldActionsWidget

Set the active widget that processes play world actions for PIE

Overridden from TCommands

Name Description

Public function Virtual

void

 

RegisterCommands()

Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro.

Constants

Name

Description

ActiveGlobalPlayWorldActionsWidget

A weak pointer to the current active widget that processes PIE actions

GlobalPlayWorldActions

A command list that can be passed around and isn't bound to an instance of any tool or editor.

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