rcLogCategory

Recast log categories.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Recast/Recast.h"

Syntax

enum rcLogCategory
{
    RC_LOG_PROGRESS    = 1,
    RC_LOG_WARNING,
    RC_LOG_ERROR,
}

Values

Name

Description

RC_LOG_PROGRESS

A progress log entry.

RC_LOG_WARNING

A warning log entry.

RC_LOG_ERROR

An error log entry.

Remarks

Recast log categories.

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