FRecastInternalDebugData::vertex

Submit a vertex

Windows
MacOS
Linux

Override Hierarchy

duDebugDraw::vertex()

FRecastInternalDebugData::vertex()

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavMesh/RecastInternalDebugData.h

Include

#include "NavMesh/RecastInternalDebugData.h"

Syntax

virtual void vertex
(
    const float x,
    const float y,
    const float z,
    unsigned int color
)

Remarks

Submit a vertex

Parameters

Parameter

Description

x, y, z

[in] position of the verts.

color

[in] color of the verts.

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