multicast delegate

IGBASlateViewModel::​

FOnModelPropertyChanged#

  • Declared in "ViewModel/IGBASlateViewModel.h"
public:
DECLARE_MULTICAST_DELEGATE_OneParam(FOnModelPropertyChanged, const FString&)

Delegate called whenever one of the view model property is updated (this one passes down the Property name that was changed)

Parameters#

  • const FString&