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