![]() |
ezEngine
Release 25.03
|
Event that is broadcast whenever information about how to present properties is required. More...
#include <PropertyMetaState.h>
Public Attributes | |
const ezDocumentObject * | m_pObject = nullptr |
The object for which the information is queried. | |
ezMap< ezString, ezPropertyUiState > * | m_pPropertyStates = nullptr |
Event that is broadcast whenever information about how to present properties is required.
ezMap<ezString, ezPropertyUiState>* ezPropertyMetaStateEvent::m_pPropertyStates = nullptr |
The map into which event handlers should write their information about the state of each property. The string is the property name that identifies the property in m_pObject.