FPrimitiveSceneInfo::AddStaticMeshes

Adds the primitive's static meshes 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 AddStaticMeshes
(
    FRHICommandListImmediate & RHICmdList,
    FScene * Scene,
    const TArrayView< FPrimitiveSceneInfo * > & SceneInfos,
    bool bUpdateStaticDrawLists
)

Remarks

Adds the primitive's static meshes 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