Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions
Inheritance Hierarchy
- FRigVMDispatchFactory
- FRigVMDispatch_CoreBase
- FRigVMDispatch_ArrayBase
- FRigVMDispatch_ArrayBaseMutable
- FRigVMDispatch_ArrayRemove
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMDispatch_Array.h |
| Include | #include "RigVMFunctions/RigVMDispatch_Array.h" |
Syntax
USTRUCT&40;Meta&61;&40;DisplayName&61;"Remove"&41;&41;
struct FRigVMDispatch_ArrayRemove : public FRigVMDispatch_ArrayBaseMutable
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRigVMExtendedExecuteContext& InContext, |
Overridden from FRigVMDispatch_ArrayBase
| Type | Name | Description | |
|---|---|---|---|
| ERigVMOpCode | GetOpCode () |
Overridden from FRigVMDispatchFactory
| Type | Name | Description | |
|---|---|---|---|
| FName | GetArgumentNameForOperandIndex
(
int32 InOperandIndex, |
Returns the name to use for the branch info / argument based on the operand index. | |
| const TArray< FRigVMTemplateArgument > & | GetArguments () |
Returns the arguments of the template | |
| FText | GetArgumentTooltip
(
const FName& InArgumentName, |
Returns the tooltip for an argument | |
| FRigVMFunctionPtr | GetDispatchFunctionImpl
(
const FRigVMTemplateTypeMap& InTypes |
||
| FText | GetNodeTooltip
(
const FRigVMTemplateTypeMap& InTypes |
Returns the tooltip for the node | |
| FRigVMTemplateTypeMap | OnNewArgumentType
(
const FName& InArgumentName, |
Returns the delegate to react to new types being added to an argument. |