Navigation
API > API/Editor > API/Editor/PropertyEditor
| Name | FPropertyFunctionCallArgs |
| Type | struct |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include Path | #include "PropertyCustomizationHelpers.h" |
Syntax
struct FPropertyFunctionCallArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| PropertyCustomizationHelpers.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnCanExecute | TDelegate< bool(TWeakObjectPtr< UFunction >)> | PropertyCustomizationHelpers.h | |
| FOnExecute | TDelegate< FReply(TWeakObjectPtr< UFunction >)> | PropertyCustomizationHelpers.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Function | TWeakObjectPtr< UFunction > | PropertyCustomizationHelpers.h | ||
| LabelOverride | TOptional< FText > | PropertyCustomizationHelpers.h | ||
| OnCanExecute | FOnCanExecute | PropertyCustomizationHelpers.h | ||
| OnExecute | FOnExecute | PropertyCustomizationHelpers.h | ||
| SearchText | FTextBuilder * | PropertyCustomizationHelpers.h | ||
| ToolTipTextOverride | TOptional< FText > | PropertyCustomizationHelpers.h |