Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Recast > API/Runtime/Navmesh/Recast/rcContext
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include | #include "Recast/Recast.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Recast/Recast.cpp |
void log
&40;
const rcLogCategory category,
const char &42; format,
...
&41;
Remarks
Logs a message.
Example: //WherectxisaninstanceofrcContextandfilepathisachararray.ctx->log(RC_LOG_ERROR,"buildTiledNavigation:Couldnotload'%s'",filepath);
Parameters
| Name | Description |
|---|---|
| category | The category of the message. |
| format | The message. |