Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMDispatch_Constant |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMDispatch_Constant.h |
| Include Path | #include "RigVMFunctions/RigVMDispatch_Constant.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Constant", Category="Core", Keywords="Value,Reroute", NodeColor="1,1,1,1"))
struct FRigVMDispatch_Constant : public FRigVMDispatch_CoreBase
Inheritance Hierarchy
- FRigVMDispatchFactory → FRigVMDispatch_CoreBase → FRigVMDispatch_Constant
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMDispatch_Constant() |
RigVMFunctions/RigVMDispatch_Constant.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ValueName | const FLazyName | RigVMFunctions/RigVMDispatch_Constant.h |
Functions
Public
Overridden from FRigVMDispatchFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const TArray< FRigVMTemplateArgumentInfo > & GetArgumentInfos() |
Returns the arguments of the template | RigVMFunctions/RigVMDispatch_Constant.h | |
virtual FString GetNodeTitle
(
const FRigVMTemplateTypeMap& InTypes |
Returns the title of the node for a given type set. | RigVMFunctions/RigVMDispatch_Constant.h | |
virtual FText GetNodeTooltip
(
const FRigVMTemplateTypeMap& InTypes |
Returns the tooltip for the node | RigVMFunctions/RigVMDispatch_Constant.h | |
virtual bool IsSingleton() |
Returns true if the dispatch uses the same function ptr for all permutations | RigVMFunctions/RigVMDispatch_Constant.h | |
virtual FRigVMTemplateTypeMap OnNewArgumentType
(
const FName& InArgumentName, |
This function is deprecated, please use GetPermutationsFromArgumentType returns the new permutation argument types after a new type is defined for one argument this happens if types are being loaded later after this factory has already been deployed (like UUserDefinedStruct) | RigVMFunctions/RigVMDispatch_Constant.h |
Protected
Overridden from FRigVMDispatchFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FRigVMFunctionPtr GetDispatchFunctionImpl
(
const FRigVMTemplateTypeMap& InTypes |
RigVMFunctions/RigVMDispatch_Constant.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Execute
(
FRigVMExtendedExecuteContext& InContext, |
RigVMFunctions/RigVMDispatch_Constant.h |