Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
The smallest unit of streamed GroomCache data The BulkData member is loaded on-demand so that loading the GroomCache itself is relatively lightweight
| Name | FGroomCacheChunk |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomCache.h |
| Include Path | #include "GroomCache.h" |
Syntax
struct FGroomCacheChunk
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BulkData | FByteBulkData | Bulk data if stored in the package. | GroomCache.h | |
| DataSize | int32 | Size of the chunk of data in bytes | GroomCache.h | |
| FrameIndex | int32 | Frame index of the frame stored in this block | GroomCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| GroomCache.h |