rcContext::doLog

Logs a message.

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h

Include

#include "Recast/Recast.h"

Syntax

virtual void doLog
(
    const rcLogCategory,
    const char *,
    const int
)

Remarks

Logs a message.

Parameters

Parameter

Description

category

The category of the message.

msg

The formatted message.

len

The length of the formatted message.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss