Navigation
API > API/Plugins > API/Plugins/InstanceDataObjectFixupTool
| Name | SDataRecoveryTool |
| Type | class |
| Header File | /Engine/Plugins/Experimental/InstanceDataObjectFixupTool/Source/Public/DataRecoveryTool.h |
| Include Path | #include "DataRecoveryTool.h" |
Syntax
class SDataRecoveryTool : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SDataRecoveryTool
- FSlateControlledConstruction → SWidget → SCompoundWidget → SDataRecoveryTool
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClassesTableViewer | TSharedPtr< UE::Editor::DataStorage::STedsTableViewer > | DataRecoveryTool.h | ||
| DiffView | TSharedPtr< SInstanceDataObjectFixupTool > | DataRecoveryTool.h | ||
| OwningDockTab | TWeakPtr< SDockTab > | DataRecoveryTool.h | ||
| ReferenceQueryResultsNode | TSharedPtr< UE::Editor::DataStorage::QueryStack::IRowNode > | DataRecoveryTool.h | ||
| SelectedClassPath | TSharedPtr< FTopLevelAssetPath > | DataRecoveryTool.h | ||
| StagedTransforms | TSharedPtr< TMap< FTopLevelAssetPath, UE::FInstanceDataTransformSet > > | DataRecoveryTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Constructs this widget with InArgs | DataRecoveryTool.h | |
void SetDockTab
(
const TSharedRef< SDockTab >& DockTab |
DataRecoveryTool.h |
Public Virtual
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Tick
(
const FGeometry& AllottedGeometry, |
DataRecoveryTool.h |