Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMDispatch_ArrayIterator
Description
Returns the name to use for the branch info / argument based on the operand index. operand index count may be different than the number of arguments, since fixed size array arguments get unrolled.
Virtual Inheritance
- FRigVMDispatchFactory::GetArgumentNameForOperandIndex → FRigVMDispatch_ArrayIterator::GetArgumentNameForOperandIndex
| Name | GetArgumentNameForOperandIndex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMDispatch_Array.h |
| Include Path | #include "RigVMFunctions/RigVMDispatch_Array.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMFunctions/RigVMDispatch_Array.cpp |
virtual FName GetArgumentNameForOperandIndex
(
int32 InOperandIndex,
int32 InTotalOperands,
FRigVMRegistryHandle & InRegistry
) const