Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/WorkflowOrientedApp
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SContentReference
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/SContentReference.h |
| Include | #include "WorkflowOrientedApp/SContentReference.h" |
Syntax
class SContentReference : public SCompoundWidget
Remarks
This widget is a content reference, which can optionally show buttons for interacting with the reference.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< bool > | AllowClearingReference | ||
| TAttribute< UClass * > | AllowedClass | ||
| TAttribute< bool > | AllowSelectingNewAsset | ||
| TAttribute< FVector2D > | AssetPickerSizeOverride | Asset picker configuration. | |
| TAttribute< UObject * > | AssetReference | Attributes. | |
| TSharedPtr< SBorder > | AssetReferenceNameBorderWidget | Widgets. | |
| const FSlateBrush * | BorderImageHovered | ||
| const FSlateBrush * | BorderImageNormal | Resources. | |
| EAssetViewType::Type | InitialAssetViewType | ||
| FOnSetReference | OnSetReference | ||
| FOnShouldFilterAsset | OnShouldFilterAsset | Delegates. | |
| TSharedPtr< SComboButton > | PickerComboButton | ||
| TAttribute< bool > | ShowFindInBrowserButton | ||
| TAttribute< bool > | ShowToolsButton |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Construct a SContentReference. | |
| void | FindObjectInContentBrowser
(
UObject* Object |
||
| FText | |||
| FText | |||
| const FSlateBrush * | |||
| EVisibility | |||
| EVisibility | |||
| EVisibility | |||
| EVisibility | |||
| EVisibility | |||
| TSharedRef< SWidget > | |||
| void | OnAssetSelectedFromPicker
(
const FAssetData& AssetData |
||
| FReply | |||
| FReply | |||
| FReply | |||
| FReply | OnDoubleClickedOnAssetName
(
const FGeometry& InMyGeometry, |
||
| void | Causes the asset picker to open, allowing the user to select a new asset. | ||
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FOnSetReference | Allows for informing user when someone tries to set a new reference |