Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IStreamingManager
Description
Removes streaming views from the streaming manager. This is also called by Tick().
| Name | RemoveStreamingViews |
| 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 RemoveStreamingViews
(
ERemoveStreamingViews RemovalType
)
Parameters
| Name | Remarks |
|---|---|
| RemovalType | What types of views to remove (all or just the normal views) |