FAnimationStreamingManager::OnAsyncFileCallback

Called when an async callback is made on an async loading audio chunk request.

Windows
MacOS
Linux

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

void OnAsyncFileCallback
(
    FStreamingAnimationData * StreamingAnimData,
    int32 ChunkIndex,
    int64 ReadSize,
    IBulkDataIORequest * ReadRequest,
    bool bWasCancelled
)

Remarks

Called when an async callback is made on an async loading audio chunk request.

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