Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
Syntax
struct FPropertyFunctionCallArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UFunction > | Function | ||
| TOptional< FText > | LabelOverride | ||
| FOnCanExecute | OnCanExecute | ||
| FOnExecute | OnExecute | ||
| FTextBuilder * | SearchText | ||
| TOptional< FText > | ToolTipTextOverride |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertyFunctionCallArgs
(
UFunction* InFunction, |
Typedefs
| Name | Description |
|---|---|
| FOnCanExecute | |
| FOnExecute |