Show / Hide Table of Contents

    Class UUxtIconBrushEditorUtilityWidget

    Inheritance
    System::Object
    UEditorUtilityWidget
    UUxtIconBrushEditorUtilityWidget
    Namespace:
    Assembly: .dll
    Syntax
    public: class UUxtIconBrushEditorUtilityWidget

    Fields

    | Improve this Doc View Source

    TabID

    Gets unique identifier for the tab this EditorUtilityWidget was spawned into.

    Declaration
    protected: FName TabID
    Field Value
    Type Description
    FName

    Methods

    | Improve this Doc View Source

    GetIconBrushFont()

    Gets the font associated with the UUxtIconBrush.

    Declaration
    protected: UFont * GetIconBrushFont() const
    Returns
    Type Description
    UFont *
    | Improve this Doc View Source

    GetIconBrushString(FString &IconString)

    Gets the string associated with the UUxtIconBrush.

    Declaration
    protected: bool GetIconBrushString(FString &IconString) const
    Parameters
    Type Name Description
    FString & IconString
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    HasValidPropertyHandle()

    Returns true if a non-null PropertyHandle is set.

    Declaration
    public: bool HasValidPropertyHandle() const
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    OnPropertyHandleChanged()

    Event which triggers when the PropertyHandle is changed.

    Declaration
    protected: void OnPropertyHandleChanged()
    | Improve this Doc View Source

    SetIconBrushFont(const UFont *Font)

    Sets the font associated with the UUxtIconBrush.

    Declaration
    protected: bool SetIconBrushFont(const UFont *Font)
    Parameters
    Type Name Description
    const UFont * Font
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    SetIconBrushString(const FString &IconString)

    Sets the string associated with the UUxtIconBrush.

    Declaration
    protected: bool SetIconBrushString(const FString &IconString)
    Parameters
    Type Name Description
    const FString & IconString
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    SetPropertyHandle(TSharedRef<IPropertyHandle> InPropertyHandle)

    Sets the property handle which will be queried and altered for FUxtIconBrush properties.

    Declaration
    public: void SetPropertyHandle(TSharedRef<IPropertyHandle> InPropertyHandle)
    Parameters
    Type Name Description
    TSharedRef<IPropertyHandle> InPropertyHandle
    | Improve this Doc View Source

    SetTabID(FName ID)

    Sets the unique identifier for the tab this EditorUtilityWidget was spawned into.

    Declaration
    public: void SetTabID(FName ID)
    Parameters
    Type Name Description
    FName ID
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX