Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
An action exposing a pin as a parameter
| Name | FRigVMAddExposedPinAction |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMControllerActions.h |
| Include Path | #include "RigVMModel/RigVMControllerActions.h" |
Syntax
USTRUCT ()
struct FRigVMAddExposedPinAction : public FRigVMBaseAction
Inheritance Hierarchy
- FRigVMBaseAction → FRigVMAddExposedPinAction
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMModel/RigVMControllerActions.h | |||
FRigVMAddExposedPinAction
(
URigVMController* InController, |
RigVMModel/RigVMControllerActions.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRigVMAddExposedPinAction() |
RigVMModel/RigVMControllerActions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CPPType | FString | RigVMModel/RigVMControllerActions.h | ||
| CPPTypeObjectPath | FString | RigVMModel/RigVMControllerActions.h | ||
| DefaultValue | FString | RigVMModel/RigVMControllerActions.h | ||
| Direction | ERigVMPinDirection | RigVMModel/RigVMControllerActions.h | ||
| PinName | FString | RigVMModel/RigVMControllerActions.h |
Functions
Public
Overridden from FRigVMBaseAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UScriptStruct * GetScriptStruct() |
Access to the actions script struct. this needs to be overloaded. | RigVMModel/RigVMControllerActions.h | |
virtual bool Redo() |
Re-does the action and returns true if successfull. | RigVMModel/RigVMControllerActions.h | |
virtual bool Undo() |
Un-does the action and returns true if successfull. | RigVMModel/RigVMControllerActions.h |