EAccelerationStructureBuildMode

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHIContext.h"

Syntax

enum EAccelerationStructureBuildMode
{
    Build,
    Update,
}

Values

Name

Description

Build

Perform a full acceleration structure build.

Update

Update existing acceleration structure, based on new vertex positions.

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