rcCopyPolyMesh

Copies the poly mesh data from src to dst.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Recast/Recast.h"

Source

/Engine/Source/Runtime/Navmesh/Private/Recast/RecastMesh.cpp

Syntax

bool rcCopyPolyMesh
(
    rcContext * ctx,
    const rcPolyMesh & src,
    rcPolyMesh & dst
)

Remarks

Copies the poly mesh data from src to dst.

Returns

True if the operation completed successfully.

Parameters

Parameter

Description

ctx

The build context to use during the operation.

src

The source mesh to copy from.

dst

The resulting detail mesh. (Must be pre-allocated, must be empty mesh.)

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