Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
Inheritance Hierarchy
- IStreamingManager
- IGroomCacheStreamingManager
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomCacheStreamingManager.h |
| Include | #include "GroomCacheStreamingManager.h" |
Syntax
struct IGroomCacheStreamingManager : public IStreamingManager
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| IGroomCacheStreamingManager & | Get () |
||
| const FGroomCacheAnimationData * | MapAnimationData
(
const UGroomCache* GroomCache, |
Returns a pointer to the cached GroomCacheAnimationData. | |
| void | PrefetchData
(
UGroomComponent* GroomComponent |
Prefetch data for the component. | |
| void | Register () |
||
| void | RegisterComponent
(
UGroomComponent* GroomComponent |
Registers a new component to the streaming manager. | |
| void | Shutdown () |
Cleans up the resources managed by the streaming manager | |
| void | UnmapAnimationData
(
const UGroomCache* GroomCache, |
Releases pointer to the cachedGroomCacheAnimationData. | |
| void | Unregister () |
||
| void | UnregisterComponent
(
UGroomComponent* GroomComponent |
Removes the component from the streaming manager. |