IStreamingManager::RemoveViewInfoFromArray

Remove view infos with the same location from the given array.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ContentStreaming.h

Include

#include "ContentStreaming.h"

Source

/Engine/Source/Runtime/Engine/Private/ContentStreaming.cpp

Syntax

static void RemoveViewInfoFromArray
(
    TArray< FStreamingViewInfo > & ViewInfos,
    const FVector & ViewOrigin
)

Remarks

Remove view infos with the same location from the given array.

Parameters

Parameter

Description

ViewInfos

[in/out] Array to remove the view from

ViewOrigin

View origin

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss