Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions
Inheritance Hierarchy
- FRigVMDispatchFactory
- FRigVMDispatch_CoreBase
- FRigVMDispatch_SelectInt32
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMDispatch_Select.h |
| Include | #include "RigVMFunctions/RigVMDispatch_Select.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Select", Category="Execution", Keywords="Switch,Case", NodeColor="0,1,0,1"))
struct FRigVMDispatch_SelectInt32 : public FRigVMDispatch_CoreBase
Remarks
Pick from a list of values based on an integer index
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRigVMExtendedExecuteContext& InContext, |
Overridden from FRigVMDispatchFactory
| Type | Name | Description | |
|---|---|---|---|
| FString | GetArgumentDefaultValue
(
const FName& InArgumentName, |
Returns the default value for an argument | |
| const TArray< FRigVMTemplateArgumentInfo > & | Returns the arguments of the template | ||
| FString | GetArgumentMetaData
(
const FName& InArgumentName, |
Returns meta data on the property of the permutations. | |
| FName | GetArgumentNameForOperandIndex
(
int32 InOperandIndex, |
Returns the name to use for the branch info / argument based on the operand index. | |
| FRigVMFunctionPtr | GetDispatchFunctionImpl
(
const FRigVMTemplateTypeMap& InTypes |
||
| bool | IsSingleton () |
Returns true if the dispatch uses the same function ptr for all permutations | |
| 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 |
|---|---|
| IndexName | |
| ResultName | |
| ValuesName |