UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ThreadCheckedData.h File Reference
#include "CoreGlobals.h"
#include "ChaosCheck.h"

Go to the source code of this file.

Classes

class  Chaos::TThreadCheckedData< T, CheckT >
 This is a wrapper around a piece of data which adds execution thread access checks. More...
 
struct  Chaos::FCheckGameplayThread
 
struct  Chaos::FCheckPhysicsThread
 

Namespaces

namespace  Chaos
 

Typedefs

template<typename T >
using Chaos::TDataGT = TThreadCheckedData< T, FCheckGameplayThread >
 
template<typename T >
using Chaos::TDataPT = TThreadCheckedData< T, FCheckPhysicsThread >