PropertyCustomizationHelpers::MakePropertyComboBox

Build a combo button that you bind to a Name/String/Enum property or display using general delegates, using an arguments structure

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h

Include

#include "PropertyCustomizationHelpers.h"

Source

/Engine/Source/Editor/PropertyEditor/Private/PropertyCustomizationHelpers.cpp

Syntax

namespace PropertyCustomizationHelpers
{
    TSharedRef< SWidget > PropertyCustomizationHelpers::MakePropertyComboBox
    (
        const FPropertyComboBoxArgs & InArgs
    )
}

Remarks

Build a combo button that you bind to a Name/String/Enum property or display using general delegates, using an arguments structure

Parameters

Parameter

Description

InArgs

Options used to create combo box

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