Navigation
API > API/Developer > API/Developer/SharedSettingsWidgets
This widget shows an external image preview of a per-project configurable image (one where the engine provides a default, but each project may have its own override)
| Name | SExternalImageReference |
| Type | class |
| Header File | /Engine/Source/Developer/SharedSettingsWidgets/Public/SExternalImageReference.h |
| Include Path | #include "SExternalImageReference.h" |
Syntax
class SExternalImageReference : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SExternalImageReference
- FSlateControlledConstruction → SWidget → SCompoundWidget → SExternalImageReference
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SExternalImageReference.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HandleExternalImagePicked
(
const FString& InChosenImage, |
Delegate handler for when an image is picked | SExternalImageReference.h |