dtVset

Sets the vector elements to the specified values.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourCommon.h"

Syntax

void dtVset
(
    float * dest,
    const float x,
    const float y,
    const float z
)

Remarks

Sets the vector elements to the specified values.

Parameters

Parameter

Description

dest

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

x

The x-value of the vector.

y

The y-value of the vector.

z

The z-value of the vector.

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