URecastNavMeshDataChunk::MoveTiles

Experimental: Moves tiles data on the xy plane by the offset (in tile coordinates) and rotation (in degree).

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

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

Include

#include "NavMesh/RecastNavMeshDataChunk.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavMesh/RecastNavMeshDataChunk.cpp

Syntax

void MoveTiles
(
    FPImplRecastNavMesh & NavMeshImpl,
    const FIntPoint & Offset,
    const float RotationDeg,
    const FVector2D & RotationCenter
)

Remarks

Experimental: Moves tiles data on the xy plane by the offset (in tile coordinates) and rotation (in degree).

Parameters

Parameter

Description

NavMeshImpl

Recast navmesh implementation.

Offset

Offset in tile coordinates.

RotationDeg

Rotation in degrees.

RotationCenter

World position in float.

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