Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions
Inheritance Hierarchy
- FRigVMDispatchFactory
- FRigVMDispatch_CastObject
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMDispatch_CastObject.h |
| Include | #include "RigVMFunctions/RigVMDispatch_CastObject.h" |
Syntax
USTRUCT (Meta=(DisplayName="Cast", Category="Object", Keywords="As", NodeColor="1,1,1,1"))
struct FRigVMDispatch_CastObject : public FRigVMDispatchFactory
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRigVMExtendedExecuteContext& InContext, |
Overridden from FRigVMDispatchFactory
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FRigVMTemplateArgumentInfo > & | Returns the arguments of the template | ||
| FRigVMFunctionPtr | GetDispatchFunctionImpl
(
const FRigVMTemplateTypeMap& InTypes |
||
| FString | GetNodeTitle
(
const FRigVMTemplateTypeMap& InTypes |
Returns the title of the node for a given type set. | |
| FText | GetNodeTooltip
(
const FRigVMTemplateTypeMap& InTypes |
Returns the tooltip for the node | |
| bool | GetPermutationsFromArgumentType
(
const FName& InArgumentName, |
Returns the new permutations argument types after a new type is defined for one argument | |
| bool | IsSingleton () |
Returns true if the dispatch uses the same function ptr for all permutations |
Constants
| Name | Description |
|---|---|
| ResultName | |
| ValueName |