UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNavHeightfieldSamples Struct Reference

#include <NavigationTypes.h>

Public Member Functions

ENGINE_API FNavHeightfieldSamples ()
 
ENGINE_API void GetResourceSizeEx (FResourceSizeEx &CumulativeResourceSize)
 
ENGINE_API void Empty ()
 
bool IsEmpty () const
 

Public Attributes

TNavStatArray< int16Heights
 
TBitArray Holes
 

Constructor & Destructor Documentation

◆ FNavHeightfieldSamples()

FNavHeightfieldSamples::FNavHeightfieldSamples ( )

Member Function Documentation

◆ Empty()

void FNavHeightfieldSamples::Empty ( )

◆ GetResourceSizeEx()

void FNavHeightfieldSamples::GetResourceSizeEx ( FResourceSizeEx CumulativeResourceSize)

◆ IsEmpty()

bool FNavHeightfieldSamples::IsEmpty ( ) const
inline

Member Data Documentation

◆ Heights

TNavStatArray<int16> FNavHeightfieldSamples::Heights

◆ Holes

TBitArray FNavHeightfieldSamples::Holes

The documentation for this struct was generated from the following files: