gwnavruntime/navdata/generateddataindex.h Source File
Go to the documentation of this file.
30 enum DataIndexLoadMode
32 LoadDataIndex_NavData = 1 << 0,
33 LoadDataIndex_AbstractData = 1 << 1,
34 LoadDataIndex_ColData = 1 << 2,
44 KyResult LoadDataIndex(
const char* filename,
FileOpenerBase* fileOpener =
nullptr, DataIndexLoadMode loadMode = LoadDataIndex_All);
46 KyResult LoadDataIndex(
const BlobAggregate& blobAggregate, DataIndexLoadMode loadMode = LoadDataIndex_All);
51 Ptr< BlobHandler<NavDataIndex> > m_navDataIndexHandler;
52 Ptr< BlobHandler<AbstractDataIndex> > m_abstractDataIndexHandler;
53 Ptr< BlobHandler<ColDataIndex> > m_colDataIndexHandler;
Base interface for a class that opens a file on disk.
Definition: fileopener.h:30
File that register files that were generated the Generator m_navDataIndexHandler for NavMeshes...
Definition: generateddataindex.h:25
#define KY_CLASS_WITHOUT_COPY(ClassName)
Define to forbid copy constructor and copy assignment.
Definition: types.h:196
Easy to write/read version of DatabaseDescriptorBlob.
Definition: databasedescriptor.h:34
Navigation return code class.
Definition: types.h:108
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
#define KyUInt32MAXVAL
KyUInt32 max value
Definition: types.h:68