FPrecomputedVisibilityCell

A precomputed visibility cell, whose data is stored in [FCompressedVisibilityChunk](API\Runtime\Engine\Engine\FCompressedVisibilityChunk).

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Level.h

Include

#include "Engine/Level.h"

Syntax

class FPrecomputedVisibilityCell

Remarks

A precomputed visibility cell, whose data is stored in FCompressedVisibilityChunk.

Variables

Name Description

Public variable

uint16

 

ChunkIndex

Index into FPrecomputedVisibilityBucket::CellDataChunks of this cell's data.

Public variable

uint16

 

DataOffset

Index into the decompressed chunk data of this cell's visibility data.

Public variable

FVector

 

Min

World space min of the cell.

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