Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FPropertyComboBoxArgs
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor, the caller will need to fill in values manually | PropertyCustomizationHelpers.h | ||
FPropertyComboBoxArgs
(
const TSharedPtr< IPropertyHandle >& InPropertyHandle, |
Constructor using original function arguments | PropertyCustomizationHelpers.h |
FPropertyComboBoxArgs()
Description
Default constructor, the caller will need to fill in values manually
| Name | FPropertyComboBoxArgs |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include Path | #include "PropertyCustomizationHelpers.h" |
FPropertyComboBoxArgs()
FPropertyComboBoxArgs(const TSharedPtr< IPropertyHandle > &, FOnGetPropertyComboBoxStrings, FOnGetPropertyComboBoxValue, FOnPropertyComboBoxValueSelected)
Description
Constructor using original function arguments
| Name | FPropertyComboBoxArgs |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include Path | #include "PropertyCustomizationHelpers.h" |
FPropertyComboBoxArgs
(
const TSharedPtr < IPropertyHandle > & InPropertyHandle,
FOnGetPropertyComboBoxStrings InOnGetStrings,
FOnGetPropertyComboBoxValue InOnGetValue,
FOnPropertyComboBoxValueSelected InOnValueSelected
)