Show / Hide Table of Contents

    UUxtIconBrushEditorUtilityWidget

    class UUxtIconBrushEditorUtilityWidget;
    

    Inheritance

    Inherits from UEditorUtilityWidget

    Public Functions

    Name
    void SetTabID(FName ID)
    void SetPropertyHandle(TSharedRef< IPropertyHandle > InPropertyHandle)
    bool HasValidPropertyHandle() const

    Protected Functions

    Name
    void OnPropertyHandleChanged()
    UFont * GetIconBrushFont() const
    bool SetIconBrushFont(const UFont * Font)
    bool GetIconBrushString(FString & IconString) const
    bool SetIconBrushString(const FString & IconString)

    Protected Attributes

    Name
    FName TabID

    Public Functions Documentation

    function SetTabID

    inline void SetTabID(
        FName ID
    )
    

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

    function SetPropertyHandle

    inline void SetPropertyHandle(
        TSharedRef< IPropertyHandle > InPropertyHandle
    )
    

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

    function HasValidPropertyHandle

    inline bool HasValidPropertyHandle() const
    

    Returns true if a non-null PropertyHandle is set.

    Protected Functions Documentation

    function OnPropertyHandleChanged

    void OnPropertyHandleChanged()
    

    Event which triggers when the PropertyHandle is changed.

    function GetIconBrushFont

    UFont * GetIconBrushFont() const
    

    Gets the font associated with the UUxtIconBrush.

    function SetIconBrushFont

    bool SetIconBrushFont(
        const UFont * Font
    )
    

    Sets the font associated with the UUxtIconBrush.

    function GetIconBrushString

    bool GetIconBrushString(
        FString & IconString
    ) const
    

    Gets the string associated with the UUxtIconBrush.

    function SetIconBrushString

    bool SetIconBrushString(
        const FString & IconString
    )
    

    Sets the string associated with the UUxtIconBrush.

    Protected Attributes Documentation

    variable TabID

    FName TabID;
    

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


    Updated on 19 August 2021 at 17:42:51 Coordinated Universal Time

    • Improve this Doc
    Back to top Generated by DocFX