Choose your operating system:
Windows
macOS
Linux
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Editor/UnrealEd/Public/Kismet2/DebuggerCommands.h |
Include |
#include "Kismet2/DebuggerCommands.h" |
class FPlayWorldCommands : public TCommands< FPlayWorldCommands >
Name | Description | ||
---|---|---|---|
|
TSharedPtr< FUI... |
GetMouseControl |
|
|
TSharedPtr< FUI... |
LateJoinSession |
|
|
TSharedPtr< FUI... |
PausePlaySession |
|
|
TSharedPtr< FUI... |
PlayInCameraLocation |
|
|
TSharedPtr< FUI... |
PlayInDefaultPlayerStart |
|
|
TSharedPtr< FUI... |
PlayInEditorFloating |
|
|
TSharedPtr< FUI... |
PlayInMobilePreview |
|
|
TSharedPtr< FUI... |
PlayInNetworkSettings |
|
|
TSharedPtr< FUI... |
PlayInNewProcess |
|
|
TSharedPtr< FUI... |
PlayInSettings |
|
|
PlayInTargetedMobilePreviewDevices |
||
|
TSharedPtr< FUI... |
PlayInViewport |
|
|
TSharedPtr< FUI... |
PlayInVR |
|
|
TSharedPtr< FUI... |
PlayInVulkanPreview |
|
|
TSharedPtr< FUI... |
PossessEjectPlayer |
|
|
TSharedPtr< FUI... |
RepeatLastPlay |
Play in editor (PIE) |
|
TSharedPtr< FUI... |
ResumePlaySession |
SIE & PIE controls |
|
TSharedPtr< FUI... |
ShowCurrentStatement |
|
|
TSharedPtr< FUI... |
Simulate |
Start Simulating (SIE) |
|
TSharedPtr< FUI... |
SingleFrameAdvance |
|
|
TSharedPtr< FUI... |
StepInto |
|
|
TSharedPtr< FUI... |
StepOut |
|
|
TSharedPtr< FUI... |
StepOver |
|
|
TSharedPtr< FUI... |
StopPlaySession |
|
|
TSharedPtr< FUI... |
TogglePlayPauseOfPlaySession |
No constructors are accessible with public or protected access.
Name | Description | ||
---|---|---|---|
|
AddPIEPreviewDeviceActions ( |
Add mobile PIE preview device actions. |
|
|
AddPIEPreviewDeviceCommands() |
Add mobile PIE preview device commands. |
|
|
BindGlobalPlayWorldCommands() |
Binds all global kismet commands to delegates |
|
|
BuildToolbar ( |
Populates a toolbar with the menu commands for play-world control (pause/resume/stop/possess/eject/step/show current loc) |
|
|
TSharedRef< ... |
GeneratePlayMenuContent ( |
Generates menu content for the PIE combo button drop down menu |
|
GetActiveGlobalPlayWorldActionsWidget() |
Return the active widget that processes play world actions for PIE |
|
|
SetActiveGlobalPlayWorldActionsWidget ( |
Set the active widget that processes play world actions for PIE |
Name | Description | ||
---|---|---|---|
|
RegisterCommands() |
Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |
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. |