FGroomCacheChunk

The smallest unit of streamed GroomCache data The BulkData member is loaded on-demand so that loading the GroomCache itself is relatively lightweight

Windows
MacOS
Linux

References

Module

HairStrandsCore

Header

/Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomCache.h

Include

#include "GroomCache.h"

Syntax

struct FGroomCacheChunk

Remarks

The smallest unit of streamed GroomCache data The BulkData member is loaded on-demand so that loading the GroomCache itself is relatively lightweight

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

int32

 

FrameIndex

Frame index of the frame stored in this block

Functions

Name Description

Public function

void

 

Serialize

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

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