IRendererModule::CreateAndInitSingleView

Call from the render thread to create and initalize a new FViewInfo with the specified options, and add it to the specified view family.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/RendererInterface.h

Include

#include "RendererInterface.h"

Syntax

void CreateAndInitSingleView
(
    FRHICommandListImmediate & RHICmdList,
    class FSceneViewFamily * ViewFamily,
    const struct FSceneViewInitOptions * ViewInitOptions
)

Remarks

Call from the render thread to create and initalize a new FViewInfo with the specified options, and add it to the specified view family.

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