Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
Inheritance Hierarchy
- FRigVMStruct
- FRigVMDecorator
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMDecorator.h |
| Include | #include "RigVMCore/RigVMDecorator.h" |
Syntax
USTRUCT ()
struct FRigVMDecorator : public FRigVMStruct
Remarks
The base class for all RigVM decorators.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanBeAddedToNode
(
URigVMNode* InNode, |
Returns true if this decorator can be added to a given node | |
| UScriptStruct * | |||
| FString | Returns the display name of the decorator | ||
| FName | GetName () |
Returns the name of the decorator (the instance of it on the node) | |
| void | GetProgrammaticPins
(
URigVMController* InController, |
Allows the decorator to return dynamic pins (parent pin index must be INDEX_NONE or point to a valid index of the parent pin in the OutPinArray) | |
| const UScriptStruct * | Returns the struct of this decorator | ||
| bool | IsA () |
Returns true if the given decorator is of a certain type (or super type) | |
| void | OnDecoratorAdded
(
URigVMController* InController, |
Allows the decorator to react when added to a node |