Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor
Encapsulation of parameters for the FPostEditChangePropertyDelegate delegate function.
The delegate requires the function being a UFUNCTION which requires all parameters to be UCLASS, USTRUC or UENUM.
| Name | FPostEditChangePropertyDelegateParameters |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/Nodes/CustomizableObjectNode.h |
| Include Path | #include "MuCOE/Nodes/CustomizableObjectNode.h" |
Syntax
USTRUCT ()
struct FPostEditChangePropertyDelegateParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FPropertyChangedEvent | FPropertyChangedEvent * | MuCOE/Nodes/CustomizableObjectNode.h | ||
| Node | UObject * | MuCOE/Nodes/CustomizableObjectNode.h |