UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ChaosDDTypes.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "Chaos/Declares.h"
5#include "Math/MathFwd.h"
8
9#if CHAOS_DEBUG_DRAW
10
11namespace Chaos
12{
13 struct FLatentDrawCommand;
14}
15
16
17// @todo(chaos): Move to ChaosDD when API is decided
18namespace ChaosDD::Private
19{
20 class FChaosDDContext;
21 class FChaosDDFrame;
24 class FChaosDDScene;
27 class FChaosDDTimeline;
29
30 class IChaosDDRenderer;
31
38}
39
40#endif
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition SharedPointer.h:692
Definition SharedPointer.h:1295
Definition SkeletalMeshComponent.h:307