Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | FRigVMSwapFunctionTask |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMSwapFunctionsWidget.h |
| Include Path | #include "Widgets/SRigVMSwapFunctionsWidget.h" |
Syntax
class FRigVMSwapFunctionTask : public FRigVMTreeTask
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FRigVMTreeElement → FRigVMTreeTask → FRigVMSwapFunctionTask
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMSwapFunctionTask
(
const FString InObjectPath, |
Widgets/SRigVMSwapFunctionsWidget.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FRigVMTreeTask | Widgets/SRigVMSwapFunctionsWidget.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | const FLazyName | Widgets/SRigVMSwapFunctionsWidget.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Identifier | FRigVMGraphFunctionIdentifier | Widgets/SRigVMSwapFunctionsWidget.h | ||
| ObjectPath | FString | Widgets/SRigVMSwapFunctionsWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FRigVMSwapFunctionTask > ToSharedPtr() |
Widgets/SRigVMSwapFunctionsWidget.h | ||
TSharedRef< FRigVMSwapFunctionTask > ToSharedRef() |
Widgets/SRigVMSwapFunctionsWidget.h |
Overridden from FRigVMTreeTask
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Execute
(
const TSharedRef< FRigVMTreePhase >& InPhase |
Widgets/SRigVMSwapFunctionsWidget.h | ||
| Widgets/SRigVMSwapFunctionsWidget.h | |||
virtual bool RequiresRefresh() |
Widgets/SRigVMSwapFunctionsWidget.h | ||
virtual bool RequiresUndo() |
Widgets/SRigVMSwapFunctionsWidget.h |
Overridden from FRigVMTreeElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetType() |
Widgets/SRigVMSwapFunctionsWidget.h | ||
virtual bool IsOfType
(
const FName& InType |
Widgets/SRigVMSwapFunctionsWidget.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FRigVMSwapFunctionTask > Create
(
Types... Args |
Widgets/SRigVMSwapFunctionsWidget.h |