TThreadCheckedData

This is a wrapper around a piece of data which adds execution thread access checks.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Framework/ThreadCheckedData.h

Include

#include "Framework/ThreadCheckedData.h"

Syntax

template<typename T, typename CheckT>
class TThreadCheckedData

Remarks

This is a wrapper around a piece of data which adds execution thread access checks.

Constructors

Name Description

Public function

TThreadCheckedData

(
    ArgTs... Args
)

Destructors

Name Description

Public function

~TThreadCheckedData()

Functions

Name Description

Public function Const

const T &

 

Get()

Public function

T &

 

Get()

Operators

Name Description

Public function

T *

 

operator->()

Public function Const

const T *...

 

operator->()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss