Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
Interface to access GroomCache buffers for playback
| Name | IGroomCacheBuffers |
| Type | class |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomCacheData.h |
| Include Path | #include "GroomCacheData.h" |
Syntax
class IGroomCacheBuffers
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IGroomCacheBuffers() |
GroomCacheData.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CriticalSection | FCriticalSection | GroomCacheData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCriticalSection * GetCriticalSection() |
GroomCacheData.h | ||
const FGroomCacheAnimationData & GetCurrentFrameBuffer() |
GroomCacheData.h | ||
int32 GetCurrentFrameIndex() |
GroomCacheData.h | ||
float GetInterpolationFactor() |
GroomCacheData.h | ||
const FGroomCacheAnimationData & GetNextFrameBuffer() |
GroomCacheData.h | ||
int32 GetNextFrameIndex() |
GroomCacheData.h |