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.

Choose your operating system:

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.