#include <InteractiveToolActionSet.h>
FInteractiveToolAction is returned by a UInteractiveTool to represent an "Action" the Tool can execute.
◆ FInteractiveToolAction() [1/2]
| FInteractiveToolAction::FInteractiveToolAction |
( |
| ) |
|
|
inline |
◆ FInteractiveToolAction() [2/2]
| FInteractiveToolAction::FInteractiveToolAction |
( |
const UClass * |
ClassTypeIn, |
|
|
int32 |
ActionIDIn, |
|
|
const FString & |
ActionNameIn, |
|
|
const FText & |
ShortNameIn, |
|
|
const FText & |
DescriptionIn, |
|
|
EModifierKey::Type |
DefaultModifiersIn, |
|
|
const FKey & |
DefaultKeyIn |
|
) |
| |
|
inline |
◆ ActionID
| int32 FInteractiveToolAction::ActionID |
Identifier for this Action
◆ ActionName
| FString FInteractiveToolAction::ActionName |
◆ ClassType
| const UClass* FInteractiveToolAction::ClassType |
◆ DefaultKey
| FKey FInteractiveToolAction::DefaultKey |
Suggested keybinding for this Action.
◆ DefaultModifiers
Suggested modifier keys for this Action
◆ Description
| FText FInteractiveToolAction::Description |
Descriptive name for this Action
◆ OnAction
Call this function to execute the Action
◆ ShortName
| FText FInteractiveToolAction::ShortName |
Short name for this Action
The documentation for this struct was generated from the following file: