Navigation
API > API/Plugins > API/Plugins/TedsAssetData
| Name | STedsAssetPreviewWidget |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsAssetData/Public/Widgets/AssetPreview/STedsAssetPreviewWidget.h |
| Include Path | #include "Widgets/AssetPreview/STedsAssetPreviewWidget.h" |
Syntax
class STedsAssetPreviewWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → STedsAssetPreviewWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → STedsAssetPreviewWidget
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AdvancedInfoWidgetRowHandle | UE::Editor::DataStorage::RowHandle | Advanced Info Row Handle | Widgets/AssetPreview/STedsAssetPreviewWidget.h | |
| BasicInfoWidgetRowHandle | UE::Editor::DataStorage::RowHandle | Basic Info Row Handle | Widgets/AssetPreview/STedsAssetPreviewWidget.h | |
| bIsThumbnailExpanded | bool | Whether the thumbnail is big or small | Widgets/AssetPreview/STedsAssetPreviewWidget.h | |
| HeaderWidgetRowHandle | UE::Editor::DataStorage::RowHandle | Header Row Handle | Widgets/AssetPreview/STedsAssetPreviewWidget.h | |
| IsEditModeEnabled | bool | Whether the thumbnail edit mode is enabled or not | Widgets/AssetPreview/STedsAssetPreviewWidget.h | |
| PreviewPanel | TSharedPtr< SBorder > | Border containing the widget (child of the TedsWdiget) | Widgets/AssetPreview/STedsAssetPreviewWidget.h | |
| TargetRow | UE::Editor::DataStorage::RowHandle | Target Row Handle | Widgets/AssetPreview/STedsAssetPreviewWidget.h | |
| TedsWidget | TSharedPtr< UE::Editor::DataStorage::ITedsWidget > | Our teds widget | Widgets/AssetPreview/STedsAssetPreviewWidget.h | |
| ThumbnailWidgetPurpose | UE::Editor::DataStorage::IUiProvider::FPurposeID | Asset preview Thumbnail Purpose | Widgets/AssetPreview/STedsAssetPreviewWidget.h | |
| ThumbnailWidgetRowHandle | UE::Editor::DataStorage::RowHandle | Thumbnail Row Handle | Widgets/AssetPreview/STedsAssetPreviewWidget.h | |
| WidgetHeaderPurpose | UE::Editor::DataStorage::IUiProvider::FPurposeID | Asset preview Header Purpose | Widgets/AssetPreview/STedsAssetPreviewWidget.h | |
| WidgetPurpose | UE::Editor::DataStorage::IUiProvider::FPurposeID | Asset preview Purpose | Widgets/AssetPreview/STedsAssetPreviewWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/AssetPreview/STedsAssetPreviewWidget.h | ||
UE::Editor::DataStorage::RowHandle GetWidgetRowHandle() |
Get the Widget Row Handle of this TedsWidget | Widgets/AssetPreview/STedsAssetPreviewWidget.h | |
void ReconstructTedsWidget() |
Reconstructs all the TedsWidget used in this widget | Widgets/AssetPreview/STedsAssetPreviewWidget.h | |
void SetTargetRow
(
UE::Editor::DataStorage::RowHandle InTargetRow |
Set the current Target Row to use, needs ReconstructTedsWidget to change | Widgets/AssetPreview/STedsAssetPreviewWidget.h |