Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | FRigVMSwapFunctionContext |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMSwapFunctionsWidget.h |
| Include Path | #include "Widgets/SRigVMSwapFunctionsWidget.h" |
Syntax
class FRigVMSwapFunctionContext : public FRigVMTreeContext
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FRigVMTreeElement → FRigVMTreeContext → FRigVMSwapFunctionContext
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FRigVMTreeContext | Widgets/SRigVMSwapFunctionsWidget.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | const FLazyName | Widgets/SRigVMSwapFunctionsWidget.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SourceIdentifier | FRigVMGraphFunctionIdentifier | Widgets/SRigVMSwapFunctionsWidget.h | ||
| TargetIdentifier | FRigVMGraphFunctionIdentifier | Widgets/SRigVMSwapFunctionsWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FRigVMGraphFunctionIdentifier & GetSourceIdentifier() |
Widgets/SRigVMSwapFunctionsWidget.h | ||
const FRigVMGraphFunctionIdentifier & GetTargetIdentifier() |
Widgets/SRigVMSwapFunctionsWidget.h | ||
void SetSourceIdentifier
(
const FRigVMGraphFunctionIdentifier& InIdentifier |
Widgets/SRigVMSwapFunctionsWidget.h | ||
void SetTargetIdentifier
(
const FRigVMGraphFunctionIdentifier& InIdentifier |
Widgets/SRigVMSwapFunctionsWidget.h | ||
TSharedPtr< FRigVMSwapFunctionContext > ToSharedPtr() |
Widgets/SRigVMSwapFunctionsWidget.h | ||
TSharedRef< FRigVMSwapFunctionContext > ToSharedRef() |
Widgets/SRigVMSwapFunctionsWidget.h |
Overridden from FRigVMTreeContext
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 GetVisibleChildrenHash() |
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< FRigVMSwapFunctionContext > Create
(
Types... Args |
Widgets/SRigVMSwapFunctionsWidget.h |