Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
Proxy that processes the HairGroupData into GroomCacheChunks that contain the groom animation data
| Name | FGroomCacheProcessor |
| Type | class |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomCache.h |
| Include Path | #include "GroomCache.h" |
Syntax
class FGroomCacheProcessor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGroomCacheProcessor
(
EGroomCacheType InType, |
GroomCache.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Attributes | EGroomCacheAttributes | GroomCache.h | ||
| Chunks | TArray< FGroomCacheChunk > | GroomCache.h | ||
| Type | EGroomCacheType | GroomCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddGroomSample
(
TArray< FGroomCacheInputData >&& GroomData |
GroomCache.h | ||
EGroomCacheType GetType() |
GroomCache.h | ||
void TransferChunks
(
UGroomCache* GroomCache |
GroomCache.h |