Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRayTracingGeometryBuildParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIContext.h |
| Include Path | #include "RHIContext.h" |
Syntax
struct FRayTracingGeometryBuildParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BuildMode | EAccelerationStructureBuildMode | RHIContext.h | ||
| Geometry | FRayTracingGeometryRHIRef | RHIContext.h | ||
| Segments | TConstArrayView< FRayTracingGeometrySegment > | Optional array of geometry segments that can be used to change per-segment vertex buffers. | RHIContext.h |