Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URigVMNode
- URigVMTemplateNode
- URigVMDispatchNode
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/Nodes/RigVMDispatchNode.h |
| Include | #include "RigVMModel/Nodes/RigVMDispatchNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
class URigVMDispatchNode : public URigVMTemplateNode
Remarks
The Struct Node represents a Function Invocation of a RIGVM_METHOD declared on a USTRUCT. Struct Nodes have input / output pins for all struct UPROPERTY members.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FStructOnScope > | ConstructFactoryInstance
(
bool bUseDefault, |
Returns an instance of the factory with the current values. | |
| T | Returns a copy of the struct with the current values. | ||
| FString | |||
| FRigVMDispatchContext | |||
| const FRigVMDispatchFactory * | GetFactory () |
||
| FString | |||
| const UScriptStruct * | |||
| bool | IsDeprecated () |
Overridden from URigVMNode
| Type | Name | Description | |
|---|---|---|---|
| TArray< URigVMPin * > | |||
| TArray< URigVMPin * > | |||
| const TArray< FName > & | Returns the names of the control flow blocks of this node | ||
| FName | GetNextAggregateName
(
const FName& InLastAggregatePinName |
||
| FLinearColor | GetNodeColor () |
Returns the color of this node - used for UI. | |
| FString | GetNodeTitle () |
Override node functions. | |
| FText | Returns the tooltip of this node. | ||
| FText | GetToolTipTextForPin
(
const URigVMPin* InPin |
||
| FRigVMStructUpgradeInfo | |||
| void | |||
| const bool | IsControlFlowBlockSliced
(
const FName& InBlockName |
Returns true if a control flow block requires slicing | |
| bool | Returns true if the node is defined as non-varying. | ||
| bool | Returns true if the node is defined as non-varying. | ||
| bool | ShouldInputPinComputeLazily
(
const URigVMPin* InPin |