dtVcopy

Performs a vector copy.

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h

Include

#include "Detour/DetourCommon.h"

Syntax

void dtVcopy
(
    float * dest,
    const float * a
)

Remarks

Performs a vector copy.

Parameters

Parameter

Description

dest

The result. [(x, y, z)]

a

The vector to copy. [(x, y, z)]

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