public/0.12.xpublic/0.8.xpublic/0.9.xpublic/0.10.x

    Show / Hide Table of Contents

    Class FUxtIconBrushCustomization

    Provides a custom property panel for the UxtIconBrush.

    Inheritance
    System::Object
    IPropertyTypeCustomization
    FUxtIconBrushCustomization
    Namespace:
    Assembly: .dll
    Syntax
    public: class FUxtIconBrushCustomization

    Methods

    | Improve this Doc View Source

    CustomizeChildren(TSharedRef<IPropertyHandle> PropertyHandle, IDetailChildrenBuilder &ChildBuilder, IPropertyTypeCustomizationUtils &CustomizationUtils)

    Declaration
    protected: virtual void CustomizeChildren(TSharedRef<IPropertyHandle> PropertyHandle, IDetailChildrenBuilder &ChildBuilder, IPropertyTypeCustomizationUtils &CustomizationUtils) override
    Parameters
    Type Name Description
    TSharedRef<IPropertyHandle> PropertyHandle
    IDetailChildrenBuilder & ChildBuilder
    IPropertyTypeCustomizationUtils & CustomizationUtils
    | Improve this Doc View Source

    CustomizeHeader(TSharedRef<IPropertyHandle> PropertyHandle, FDetailWidgetRow &HeaderRow, IPropertyTypeCustomizationUtils &CustomizationUtils)

    Declaration
    protected: virtual void CustomizeHeader(TSharedRef<IPropertyHandle> PropertyHandle, FDetailWidgetRow &HeaderRow, IPropertyTypeCustomizationUtils &CustomizationUtils) override
    Parameters
    Type Name Description
    TSharedRef<IPropertyHandle> PropertyHandle
    FDetailWidgetRow & HeaderRow
    IPropertyTypeCustomizationUtils & CustomizationUtils
    | Improve this Doc View Source

    MakeInstance()

    Declaration
    public: static TSharedRef<IPropertyTypeCustomization> MakeInstance()
    Returns
    Type Description
    TSharedRef<IPropertyTypeCustomization>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CustomizeChildren(TSharedRef<IPropertyHandle> PropertyHandle, IDetailChildrenBuilder &ChildBuilder, IPropertyTypeCustomizationUtils &CustomizationUtils)
      • CustomizeHeader(TSharedRef<IPropertyHandle> PropertyHandle, FDetailWidgetRow &HeaderRow, IPropertyTypeCustomizationUtils &CustomizationUtils)
      • MakeInstance()
    Back to top Generated by DocFX