FAnimationStreamingManager::GetLoadedChunk

Gets a pointer to a chunk of animation data

Windows
MacOS
Linux

Override Hierarchy

IAnimationStreamingManager::GetLoadedChunk()

FAnimationStreamingManager::GetLoadedChunk()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimationStreaming.h

Include

#include "Animation/AnimationStreaming.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimationStreaming.cpp

Syntax

virtual const FCompressedAnimSequence * GetLoadedChunk
(
    const UAnimStreamable * Anim,
    uint32 ChunkIndex,
    bool bRequestNextChunk
) const

Remarks

Gets a pointer to a chunk of animation data

Returns

Either the desired chunk or NULL if it's not loaded

Parameters

Parameter

Description

Anim

AnimStreamable we want a chunk from

ChunkIndex

Index of the chunk we want

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss