13 #ifndef _FBXSDK_CORE_QUERY_EVENT_H_ 14 #define _FBXSDK_CORE_QUERY_EVENT_H_ 47 mutable QueryT* mData;
50 virtual const char* GetEventName()
const { FBX_ASSERT(
false);
return ""; }
51 static const char* FbxEventName() { FBX_ASSERT(
false);
return ""; }
QueryT & GetData() const
Accessor to a mutable reference to the data.
FBX SDK environment definition.
A query event is something that is emitted by an entity, with the goal of being filled by someone tha...
FbxQueryEvent(QueryT *pData)
Constructor.
FBX event class, derived from FbxEventBase, and it contains a type ID for event.