FPrimitiveSceneProxy::DrawStaticElements

Draws the primitive's static elements.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h

Include

#include "PrimitiveSceneProxy.h"

Syntax

virtual void DrawStaticElements
(
    FStaticPrimitiveDrawInterface * PDI
)

Remarks

Draws the primitive's static elements. This is called from the rendering thread once when the scene proxy is created. The static elements will only be rendered if GetViewRelevance declares static relevance.

Parameters

Parameter

Description

PDI

The interface which receives the primitive elements.

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