Navigation
API > API/Editor > API/Editor/PropertyEditor
The callbacks, if specified, are used when invoking function calls.
| Name | FPropertyFunctionCallDelegates |
| Type | struct |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include Path | #include "PropertyCustomizationHelpers.h" |
Syntax
struct FPropertyFunctionCallDelegates
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyFunctionCallDelegates
(
const FOnGetExecutionContext& InOnGetExecutionContext |
PropertyCustomizationHelpers.h | ||
FPropertyFunctionCallDelegates
(
const FOnExecute& InOnExecute, |
PropertyCustomizationHelpers.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnCanExecute | TDelegate< bool(TWeakObjectPtr< UFunction >)> | PropertyCustomizationHelpers.h | |
| FOnExecute | TDelegate< FReply(TWeakObjectPtr< UFunction >)> | PropertyCustomizationHelpers.h | |
| FOnGetExecutionContext | TDelegate< TArray< TWeakObjectPtr< UObject > >(TWeakObjectPtr< UFunction >)> | PropertyCustomizationHelpers.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnCanExecute | FOnCanExecute | PropertyCustomizationHelpers.h | ||
| OnExecute | FOnExecute | PropertyCustomizationHelpers.h | ||
| OnGetExecutionContext | FOnGetExecutionContext | PropertyCustomizationHelpers.h |