FBatchedElements::CreateProxySceneView

Creates a proxy [FSceneView](API\Runtime\Engine\FSceneView) for operations that are not tied directly to a scene but still require batched elements to be drawn.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/BatchedElements.h

Include

#include "BatchedElements.h"

Source

/Engine/Source/Runtime/Engine/Private/BatchedElements.cpp

Syntax

static FSceneView CreateProxySceneView
(
    const FMatrix & ProjectionMatrix,
    const FIntRect & ViewRect
)

Remarks

Creates a proxy FSceneView for operations that are not tied directly to a scene but still require batched elements to be drawn.

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