ERayTracingGeometryType

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "DynamicRHI.h"

Syntax

enum ERayTracingGeometryType
{
    RTGT_Triangles,
    RTGT_Procedural,
}

Values

Name

Description

RTGT_Triangles

Indexed or non-indexed triangle list with fixed function ray intersection.

RTGT_Procedural

Custom primitive type that requires an intersection shader.

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