UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::FConstraintHandleHolder Class Reference

A debugging utility for tracking down dangling constraint issues This acts as a FConstraintHandle*, but caches some extra debug data useful in tracking down dangling pointer issues when they arise. More...

#include <ConstraintHandle.h>

Public Member Functions

 FConstraintHandleHolder ()
 
 FConstraintHandleHolder (FConstraintHandle *InHandle)
 
FConstraintHandleoperator-> () const
 
 operator FConstraintHandle * () const
 
FConstraintHandleGet () const
 

Friends

uint32 GetTypeHash (const FConstraintHandleHolder &V)
 

Detailed Description

A debugging utility for tracking down dangling constraint issues This acts as a FConstraintHandle*, but caches some extra debug data useful in tracking down dangling pointer issues when they arise.

Constructor & Destructor Documentation

◆ FConstraintHandleHolder() [1/2]

Chaos::FConstraintHandleHolder::FConstraintHandleHolder ( )
inline

◆ FConstraintHandleHolder() [2/2]

Chaos::FConstraintHandleHolder::FConstraintHandleHolder ( FConstraintHandle InHandle)
inline

Member Function Documentation

◆ Get()

FConstraintHandle * Chaos::FConstraintHandleHolder::Get ( ) const
inline

◆ operator FConstraintHandle *()

Chaos::FConstraintHandleHolder::operator FConstraintHandle * ( ) const
inline

◆ operator->()

FConstraintHandle * Chaos::FConstraintHandleHolder::operator-> ( ) const
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FConstraintHandleHolder V)
friend

The documentation for this class was generated from the following file: