IRendererModule::BeginRenderingViewFamily

Call from the game thread to send a message to the rendering thread to being rendering this view family.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RendererInterface.h"

Syntax

void BeginRenderingViewFamily
(
    FCanvas * Canvas,
    FSceneViewFamily * ViewFamily
)

Remarks

Call from the game thread to send a message to the rendering thread to being rendering this 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