![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Chaos/AABBTree.h"#include "Chaos/Collision/ContactPoint.h"#include "Chaos/ParticleHandle.h"#include "Chaos/ShapeInstanceFwd.h"#include "DataWrappers/ChaosVDCollisionDataWrappers.h"#include "DataWrappers/ChaosVDAccelerationStructureDataWrappers.h"#include "Chaos/ISpatialAccelerationCollection.h"Go to the source code of this file.
Classes | |
| class | FChaosVDDataWrapperUtils |
Namespaces | |
| namespace | Chaos |
| namespace | Chaos::VisualDebugger |
| namespace | Chaos::VisualDebugger::Utils |
Functions | |
| template<typename InType , typename OutType , int32 Size, typename TransformT > | |
| void | Chaos::VisualDebugger::Utils::TransformStaticArray (const InType(&In)[Size], OutType(&Out)[Size], TransformT Trans) |
| template<typename InType , typename OutType , int32 Size> | |
| void | Chaos::VisualDebugger::Utils::CopyStaticArray (const InType(&In)[Size], OutType(&Out)[Size]) |
| FTransform | Chaos::VisualDebugger::Utils::ConvertToFTransform (const FRigidTransform3 &InChaosTransform) |