Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraSharedObject
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.