FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SExternalImageReference::FArguments

References

Module

SharedSettingsWidgets

Header

/Engine/Source/Developer/SharedSettingsWidgets/Public/SExternalImageReference.h

Include

#include "SExternalImageReference.h"

Syntax

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

DeletePreviousTargetWhenExtensionChanges

(
    bool InArg
)

If true, deletes the previous reference if the file extension changes

Public function

WidgetArgsTy...

 

DeleteTargetWhenDefaultChosen

(
    bool InArg
)

If true, the target image will be deleted if the default is chosen

Public function

WidgetArgsTy...

 

FileDescription

(
    FText InArg
)

The description of the file, used in error messages/notifications

Public function

WidgetArgsTy...

 

FileExtensions

(
    TArray< FString > InArg
)

File extensions allowed for the external image reference

Public function

WidgetArgsTy...

 

MaxDisplaySize

(
    FVector2D InArg
)

How big should we display the image?

Public function

WidgetArgsTy...

 

OnGetPickerPath

(
    FOnGetPickerPath InArg
)

Delegate fired to get the path to start picking from.

Public function

WidgetArgsTy...

 

OnPostExternalImageCopy

(
    FOnPostExternalImageCopy InArg
)

Delegate fired after an image has been copied

Public function

WidgetArgsTy...

 

OnPreExternalImageCopy

(
    FOnPreExternalImageCopy InArg
)

Delegate fired before an image has been copied

Public function

WidgetArgsTy...

 

PropertyHandle

(
    TSharedPtr< class IPropertyHandle >...
)

A property handle to use if required

Public function

WidgetArgsTy...

 

RequiredSize

(
    FIntPoint InArg
)

How big does the image need to be (any size is allowed if this is omitted)

Typedefs

Name

Description

WidgetArgsType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss