Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
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
| Type | Name | Description | |
|---|---|---|---|
| FByteBulkData | BulkData | Bulk data if stored in the package. | |
| int32 | DataSize | Size of the chunk of data in bytes | |
| int32 | FrameIndex | Frame index of the frame stored in this block |