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 (Meta=(DisplayName="Remove"))
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 | |
|---|---|---|---|
| const TArray< FRigVMTemplateArgumentInfo > & | Returns the arguments of the template | ||
| FName | GetArgumentNameForOperandIndex
(
int32 InOperandIndex, |
Returns the name to use for the branch info / argument based on the operand index. | |
| 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, |
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) |