Navigation
API > API/Plugins > API/Plugins/HairStrandsSolver > API/Plugins/HairStrandsSolver/FGroomCacheAdapter
Groom cache aata that will store the readback results
| Name | FGroomCacheData |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsSolver/Public/GroomCacheAdapter.h |
| Include Path | #include "GroomCacheAdapter.h" |
Syntax
struct FGroomCacheData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGroomCacheData() |
GroomCacheAdapter.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimInfo | FGroomAnimationInfo | Animation info to build the cache | GroomCacheAdapter.h | |
| CacheAsset | UGroomCache * | Cache asset used to record the positions | GroomCacheAdapter.h | |
| CacheName | FString | Cache name to create the groom cache | GroomCacheAdapter.h | |
| CacheProcessor | FGroomCacheProcessor | Cache processor to be used to build the groom cache | GroomCacheAdapter.h | |
| CacheTimes | TArray< float > | Cache time at which the task is enqueued | GroomCacheAdapter.h | |
| PositionsBuffer | TArray< TSharedPtr< FStrandsPositionOutput > > | Guides positions to be used to build the cache | GroomCacheAdapter.h |