UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ChaosVDDataWrapperUtils.h File Reference

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)