Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions
Inheritance Hierarchy
- FRigVMDispatchFactory
- FRigVMDispatch_CoreBase
- FRigVMDispatch_Constant
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMDispatch_Constant.h |
| Include | #include "RigVMFunctions/RigVMDispatch_Constant.h" |
Syntax
USTRUCT&40;
Meta&61;&40;DisplayName&61;"Constant", Category&61;"Core", Keywords&61;"Value,Reroute", NodeColor&61;"1,1,1,1"&41;&41;
struct FRigVMDispatch_Constant : public FRigVMDispatch_CoreBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRigVMExtendedExecuteContext& InContext, |
Overridden from FRigVMDispatchFactory
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FRigVMTemplateArgument > & | GetArguments () |
Returns the arguments of the template | |
| FRigVMFunctionPtr | GetDispatchFunctionImpl
(
const FRigVMTemplateTypeMap& InTypes |
||
| FString | GetNodeTitle
(
const FRigVMTemplateTypeMap& InTypes |
Returns the title of the node for a given type set. | |
| FText | GetNodeTooltip
(
const FRigVMTemplateTypeMap& InTypes |
Returns the tooltip for the node | |
| bool | IsSingleton () |
Returns true if the dispatch uses the same function ptr for all permutations | |
| FRigVMTemplateTypeMap | OnNewArgumentType
(
const FName& InArgumentName, |
Returns the delegate to react to new types being added to an argument. |
Constants
| Name | Description |
|---|---|
| ValueName |