FAnimationStreamingManager::BlockTillAllRequestsFinished

Blocks till all pending requests are fulfilled.

Windows
MacOS
Linux

Override Hierarchy

IStreamingManager::BlockTillAllRequestsFinished()

FAnimationStreamingManager::BlockTillAllRequestsFinished()

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 int32 BlockTillAllRequestsFinished
(
    float TimeLimit,
    bool bLogResults
)

Remarks

Blocks till all pending requests are fulfilled.

Returns

Number of streaming requests still in flight, if the time limit was reached before they were finished.

Parameters

Parameter

Description

TimeLimit

Optional time limit for processing, in seconds. Specifying 0 means infinite time limit.

bLogResults

Whether to dump the results to the log.

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