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 (Meta=(DisplayName="Equals", Keywords="Same,=="))
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 | |
|---|---|---|---|
| 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. | |
| FRigVMFunctionPtr | GetDispatchFunctionImpl
(
const FRigVMTemplateTypeMap& InTypes |
||
| 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 |
|---|---|
| AName | |
| BName | |
| ResultName |