Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNode.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNode.h" |
Syntax
USTRUCT&40;&41;
struct FPostEditChangePropertyDelegateParameters
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPropertyChangedEvent * | FPropertyChangedEvent | ||
| UObject * | Node |