rcSwap

Swaps the values of the two parameters.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Recast/Recast.h"

Syntax

template<class T>
void rcSwap
(
    T & a,
    T & b
)

Remarks

Swaps the values of the two parameters.

Parameters

Parameter

Description

a

Value A

b

Value B

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