Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FPlayWorldCommandCallbacks
| |
|
| Name |
EPlayFromHereMode |
| Type |
enum |
| Header File |
/Engine/Source/Editor/UnrealEd/Public/Kismet2/DebuggerCommands.h |
| Include Path |
#include "Kismet2/DebuggerCommands.h" |
Syntax
enum EPlayFromHereMode
{
Custom,
Click,
SelectedActor,
}
Values
| Name |
Remarks |
| Custom |
Provide value for Location, Rotation |
| Click |
Determines value for Location, Rotation based on click position in viewport |
| SelectedActor |
Determines values for Location, Rotation based on the selected actor in level |