Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IStreamingManager
Description
Sets up the CurrentViewInfos array based on PendingViewInfos, LastingViewInfos and SecondaryLocations. Removes out-dated LastingViewInfos.
| Name | SetupViewInfos |
| 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 SetupViewInfos
(
float DeltaTime
)
Parameters
| Name | Remarks |
|---|---|
| DeltaTime | Time since last call in seconds |