GetStaticRasterizerState

Given a fill and cull mode, returns a static rasterizer state.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIStaticStates.h

Include

#include "RHIStaticStates.h"

Syntax

template<bool bEnableMSAA>
FRHIRasterizerState * GetStaticRasterizerState
(
    ERasterizerFillMode FillMode,
    ERasterizerCullMode CullMode
)

Remarks

Given a fill and cull mode, returns a static rasterizer state.

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