Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FPropertyFunctionCallDelegates
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyFunctionCallDelegates
(
const FOnGetExecutionContext& InOnGetExecutionContext |
PropertyCustomizationHelpers.h | ||
FPropertyFunctionCallDelegates
(
const FOnExecute& InOnExecute, |
PropertyCustomizationHelpers.h |
FPropertyFunctionCallDelegates(const FOnGetExecutionContext &)
| Name | FPropertyFunctionCallDelegates |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include Path | #include "PropertyCustomizationHelpers.h" |
FPropertyFunctionCallDelegates
(
const FOnGetExecutionContext & InOnGetExecutionContext
)
FPropertyFunctionCallDelegates(const FOnExecute &, const FOnCanExecute &)
| Name | FPropertyFunctionCallDelegates |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include Path | #include "PropertyCustomizationHelpers.h" |
FPropertyFunctionCallDelegates
(
const FOnExecute & InOnExecute,
const FOnCanExecute & InOnCanExecute
)