fbxsdk/core/fbxqueryevent.h Source File
         
    
Go to the documentation of this file.
   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 ""; }
 
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. 
 
QueryT & GetData() const 
Accessor to a mutable reference to the data. 
 
FBX event class, derived from FbxEventBase, and it contains a type ID for event.