Navigation
Unreal Engine C++ API Reference > Runtime > Engine > IStreamingManager
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/ContentStreaming.h |
Include | #include "ContentStreaming.h" |
Source | /Engine/Source/Runtime/Engine/Private/ContentStreaming.cpp |
void RemoveStreamingViews
&40;
ERemoveStreamingViews RemovalType
&41;
Remarks
Removes streaming views from the streaming manager. This is also called by Tick().
Parameters
Name | Description |
---|---|
RemovalType | What types of views to remove (all or just the normal views) |