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 |
static void RemoveViewInfoFromArray
&40;
TArray< FStreamingViewInfo > & ViewInfos,
const FVector & ViewOrigin
&41;
Remarks
Remove view infos with the same location from the given array.
Parameters
Name | Description |
---|---|
ViewInfos | [in/out] Array to remove the view from |
ViewOrigin | View origin |