FPrimitiveSceneInfo::AddToScene

Adds the primitive to the scene.

Windows
MacOS
Linux

References

Module

Renderer

Header

/Engine/Source/Runtime/Renderer/Public/PrimitiveSceneInfo.h

Include

#include "PrimitiveSceneInfo.h"

Source

/Engine/Source/Runtime/Renderer/Private/PrimitiveSceneInfo.cpp

Syntax

static void AddToScene
(
    FRHICommandListImmediate & RHICmdList,
    FScene * Scene,
    const TArrayView< FPrimitiveSceneInfo * > & SceneInfos,
    bool bUpdateStaticDrawLists,
    bool bAddToStaticDrawLists,
    bool bAsyncCreateLPIs
)

Remarks

Adds the primitive to the scene.

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