Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions
Inheritance Hierarchy
- FRigVMDispatchFactory
- FRigVMDispatch_CoreBase
- FRigVMDispatch_MakeStruct
- FRigVMDispatch_BreakStruct
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMDispatch_MakeStruct.h |
| Include | #include "RigVMFunctions/RigVMDispatch_MakeStruct.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Make", Category="Core", Keywords="Compose,Composition,Create,Constant", NodeColor="1,1,1,1"))
struct FRigVMDispatch_MakeStruct : public FRigVMDispatch_CoreBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRigVMExtendedExecuteContext& InContext, |
Overridden from FRigVMDispatchFactory
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FRigVMTemplateArgumentInfo > & | Returns the arguments of the template | ||
| FString | GetArgumentMetaData
(
const FName& InArgumentName, |
Returns meta data on the property of the permutations. | |
| FRigVMFunctionPtr | GetDispatchFunctionImpl
(
const FRigVMTemplateTypeMap& InTypes |
||
| FString | GetKeywords () |
Returns the keywords used for looking up this factory. | |
| 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 | |
| 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) |
Constants
| Name | Description |
|---|---|
| ElementsName | |
| StructName |