Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- IStreamingManager
- IAnimationStreamingManager
- FAnimationStreamingManager
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ContentStreaming.h |
| Include | #include "ContentStreaming.h" |
Syntax
struct IAnimationStreamingManager : public IStreamingManager
Remarks
Interface to add functions specifically related to animation streaming
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddStreamingAnim
(
UAnimStreamable* Anim |
Adds a new Streamable Anim to the streaming manager. | |
| const FCompressedAnimSequence * | GetLoadedChunk
(
const UAnimStreamable* Anim, |
Gets a pointer to a chunk of animation data | |
| SIZE_T | GetMemorySizeForAnim
(
const UAnimStreamable* Anim |
Returns the memory a Streamable Anim is currently using | |
| bool | RemoveStreamingAnim
(
UAnimStreamable* Anim |
Removes a Streamable Anim from the streaming manager. |