unreal.PostEditChangePropertyDelegateParameters

class unreal.PostEditChangePropertyDelegateParameters

Bases: StructBase

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.

C++ Source:

  • Plugin: Mutable

  • Module: CustomizableObjectEditor

  • File: CustomizableObjectNode.h