FStreamedGeometryCacheChunk

The smallest unit of streamed geometry cache data.

Windows
MacOS
Linux

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Classes/GeometryCacheCodecBase.h

Include

#include "GeometryCacheCodecBase.h"

Syntax

struct FStreamedGeometryCacheChunk

Remarks

The smallest unit of streamed geometry cache data.

An instance of this struct is kept resident for all chuncks only the BulkData member may not be loaded yet. Other info is permanently available.

Variables

Name Description

Public variable

FByteBulkData

 

BulkData

Bulk data if stored in the package.

Public variable

int32

 

DataSize

Size of the chunk of data in bytes

Public variable

float

 

FirstFrame

Frame index of the earliest frame stored in this block

Public variable

float

 

LastFrame

End frame index of the interval this chunk contains data for.

Constructors

Functions

Name Description

Public function

void

 

GetResourceSizeEx

(
    FResourceSizeEx& CumulativeResourc...
)

Public function

void

 

Serialize

(
    FArchive& Ar,
    UObject* Owner,
    int32 ChunkIndex
)

Serialization.

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