Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepAsset
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, const TSet< UObject > >
- UDataprepAsset::FDataprepParameterizationStatusForObjectsChanged
References
Module | DataprepCore |
Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAsset.h |
Include | #include "DataprepAsset.h" |
Syntax
class FDataprepParameterizationStatusForObjectsChanged : public TBaseMulticastDelegate_OneParam< void, const TSet< UObject > >
Remarks
Event to notify the ui that a Dataprep parametrization was modified This necessary as the ui for the parameterization is only updated by manual event (the ui don't pull new values each frame) Note on the objects param: The parameterized objects that should refresh their ui. If nullptr all widgets that can display some info on the parameterization should be refreshed