multicast delegate

FGBAAttributeSetWizardViewModel::​

FOnUpdateValidityChanged#

  • Declared in "Models/GBAAttributeSetWizardViewModel.h"
public:
DECLARE_MULTICAST_DELEGATE_TwoParams(FOnUpdateValidityChanged, bool, const FText&)

Delegate called whenever input and model properties are validated passing down whether it was valid, and an error text if not

Parameters#

  • bool
  • const FText&