ReadRefCount

Count of other object currently reading this data.

Windows
MacOS
Linux

Syntax

TAtomic< int32 > ReadRefCount

Remarks

Count of other object currently reading this data. Keeps us from writing to or deleting this data while it's in use. These reads can be on any thread so atomic is used. INDEX_NONE used as special case marking this object as locked for write.

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