FStreamingManagerCollection::SetNumIterationsForNextFrame

Sets the number of iterations to use for the next time UpdateResourceStreaming is being called.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ContentStreaming.h

Include

#include "ContentStreaming.h"

Source

/Engine/Source/Runtime/Engine/Private/ContentStreaming.cpp

Syntax

void SetNumIterationsForNextFrame
(
    int32 NumIterations
)

Remarks

Sets the number of iterations to use for the next time UpdateResourceStreaming is being called. This is being reset to 1 afterwards.

Sets the number of iterations to use for the next time UpdateResourceStreaming is being called. This is being reset to 1 afterwards.

Parameters

Parameter

Description

NumIterations

Number of iterations to perform the next time UpdateResourceStreaming is being called.

InNumIterations

Number of iterations to perform the next time UpdateResourceStreaming is being called.

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