UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RayTracingSkinnedGeometry.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "RHIDefinitions.h"
8
9#if RHI_RAYTRACING
10
13class FRDGBuilder;
14class FRHIBuffer;
15class FRHICommandList;
16
17UE_DEPRECATED(5.6, "The class FRayTracingSkinnedGeometryUpdateQueue has been deprecated - Skinned geometries are collected for update during GetDynamicRayTracingInstances on the proxy automatically.");
19{
20 UE_DEPRECATED(5.6, "This function has been deprecated. Skinned geometries are collected for update during GetDynamicRayTracingInstances on the proxy automatically.")
22 {
23 }
24
25 UE_DEPRECATED(5.6, "This function has been deprecated. Geometries don't need to be manually removed anymore.")
26 void Remove(FRayTracingGeometry* RayTracingGeometry, uint32 EstimatedMemory = 0)
27 {
28 }
29
30 UE_DEPRECATED(5.6, "This function has been deprecated - scratch buffer size is auto computed during AddDynamicGeometryUpdatePass")
32 {
33 return 0;
34 }
35
36 UE_DEPRECATED(5.6, "This function has been deprecated because logic is merged with the dynamic geometry manager and is not needed anymore.")
37 void Commit(FRDGBuilder& GraphBuilder, ERDGPassFlags ComputePassFlags = ERDGPassFlags::Compute) {}
38};
39
40#endif // RHI_RAYTRACING
OODEFFUNC typedef void(OODLE_CALLBACK t_fp_OodleCore_Plugin_Free)(void *ptr)
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
@ Compute
Definition MetalRHIPrivate.h:232
ERDGPassFlags
Definition RenderGraphDefinitions.h:128
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition RenderGraphBuilder.h:49
Definition RHIResources.h:1581
Definition RHICommandList.h:3819
Definition RayTracingGeometry.h:31
Definition RHIResources.h:3693