Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions
Inheritance Hierarchy
- FRigVMDispatchFactory
- FRigVMDispatch_CoreBase
- FRigVMDispatch_CoreEquals
- FRigVMDispatch_CoreNotEquals
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMDispatch_Core.h |
| Include | #include "RigVMFunctions/RigVMDispatch_Core.h" |
Syntax
USTRUCT&40;Meta&61;&40;DisplayName&61;"Equals", Keywords&61;"Same,&61;&61;"&41;&41;
struct FRigVMDispatch_CoreEquals : public FRigVMDispatch_CoreBase
Remarks
Compares any two values and return true if they are identical
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AdaptResult
(
bool bResult, |
||
| void | Equals
(
FRigVMExtendedExecuteContext& InContext, |
||
| void | Execute
(
FRigVMExtendedExecuteContext& InContext, |
||
| void | MathTypeEquals
(
FRigVMExtendedExecuteContext& InContext, |
||
| void | NameEquals
(
FRigVMExtendedExecuteContext& InContext, |
||
| void | StringEquals
(
FRigVMExtendedExecuteContext& InContext, |
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 | |
| FRigVMFunctionPtr | GetDispatchFunctionImpl
(
const FRigVMTemplateTypeMap& InTypes |
||
| FRigVMTemplateTypeMap | OnNewArgumentType
(
const FName& InArgumentName, |
Returns the delegate to react to new types being added to an argument. |
Constants
| Name | Description |
|---|---|
| AName | |
| BName | |
| ResultName |