Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamingManagerCollection
Description
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.
| Name | SetNumIterationsForNextFrame |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ContentStreaming.h |
| Include Path | #include "ContentStreaming.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ContentStreaming.cpp |
void SetNumIterationsForNextFrame
(
int32 NumIterations
)
Parameters
| Name | Remarks |
|---|---|
| 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. |