__declspec(property(get = GetActive, put = SetActive)) bool Active;
Set active to false to suppress the propagation of the Pull request and the subsequent call to the Update method.
Read:
bool GetActive();Write:
virtual void SetActive(const bool Value);Remarks:
The components connected to the Input property and the component itself will not be updated, if the Pull method will be called and the Active property will be false. A direct call to the Update method will still work!
Declared in Dew::Signal::TAnalysisList · Dew.Signal/SignalTools.h · Cross-compiler