Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | FRigVMSwapAssetReferencesContext |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMSwapAssetReferencesWidget.h |
| Include Path | #include "Widgets/SRigVMSwapAssetReferencesWidget.h" |
Syntax
class FRigVMSwapAssetReferencesContext : public FRigVMTreeContext
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FRigVMTreeElement → FRigVMTreeContext → FRigVMSwapAssetReferencesContext
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FRigVMTreeContext | Widgets/SRigVMSwapAssetReferencesWidget.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | const FLazyName | Widgets/SRigVMSwapAssetReferencesWidget.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| References | TArray< FSoftObjectPath > | Widgets/SRigVMSwapAssetReferencesWidget.h | ||
| SourceAsset | FAssetData | Widgets/SRigVMSwapAssetReferencesWidget.h | ||
| TargetAsset | FAssetData | Widgets/SRigVMSwapAssetReferencesWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearReferences() |
Widgets/SRigVMSwapAssetReferencesWidget.h | ||
const TArray< FSoftObjectPath > & GetReferences() |
Widgets/SRigVMSwapAssetReferencesWidget.h | ||
const FAssetData & GetSourceAsset() |
Widgets/SRigVMSwapAssetReferencesWidget.h | ||
const FAssetData & GetTargetAsset() |
Widgets/SRigVMSwapAssetReferencesWidget.h | ||
void SetReferences
(
const TArray< FSoftObjectPath >& InReferences |
Widgets/SRigVMSwapAssetReferencesWidget.h | ||
void SetSourceAsset
(
const FAssetData& InAsset |
Widgets/SRigVMSwapAssetReferencesWidget.h | ||
void SetTargetAsset
(
const FAssetData& InAsset |
Widgets/SRigVMSwapAssetReferencesWidget.h | ||
TSharedPtr< FRigVMSwapAssetReferencesContext > ToSharedPtr() |
Widgets/SRigVMSwapAssetReferencesWidget.h | ||
TSharedRef< FRigVMSwapAssetReferencesContext > ToSharedRef() |
Widgets/SRigVMSwapAssetReferencesWidget.h |
Overridden from FRigVMTreeContext
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 GetVisibleChildrenHash() |
Widgets/SRigVMSwapAssetReferencesWidget.h |
Overridden from FRigVMTreeElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetType() |
Widgets/SRigVMSwapAssetReferencesWidget.h | ||
virtual bool IsOfType
(
const FName& InType |
Widgets/SRigVMSwapAssetReferencesWidget.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FRigVMSwapAssetReferencesContext > Create
(
Types... Args |
Widgets/SRigVMSwapAssetReferencesWidget.h |