Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
Syntax
struct FPropertyFunctionCallDelegates
Remarks
The callbacks, if specified, are used when invoking function calls.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnCanExecute | OnCanExecute | ||
| FOnExecute | OnExecute | ||
| FOnGetExecutionContext | OnGetExecutionContext |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertyFunctionCallDelegates
(
const FOnGetExecutionContext& InOnGetExecutionContext |
|||
FPropertyFunctionCallDelegates
(
const FOnExecute& InOnExecute, |
Typedefs
| Name | Description |
|---|---|
| FOnCanExecute | |
| FOnExecute | |
| FOnGetExecutionContext |