DzProperty Value changing event
Daz 3D Forums > Software > Daz Studio Discussion > Daz SDK Developer Discussion>DzProperty Value changing event
DzProperty Value changing event

I want be notified when DzNode properties value changed.
How can I do it?
Comments
Connect to the DzProperty::currentValueChanged() signal on the property you want to be notified of.
-Rob
Thanks Rob,
but why this signl not exist in documentation, and where we can full documentation(of course if it possible)?
Thanks again for fast reply