EGatherTilesCopyMode

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

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

Include

#include "NavMesh/RecastNavMeshDataChunk.h"

Syntax

enum EGatherTilesCopyMode
{
    NoCopy                  = 0,
    CopyData                = 1 << 0,
    CopyCacheData           = 1 << 1,
    CopyDataAndCacheData    = (CopyData | CopyCacheData),
}

Values

Name

Description

NoCopy

CopyData

CopyCacheData

CopyDataAndCacheData

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