Navigation
API > API/Runtime > API/Runtime/Engine
| Name | TLocklessStaticStorage |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Streaming/SimpleStreamableAssetManager.h |
| Include Path | #include "Streaming/SimpleStreamableAssetManager.h" |
Syntax
template<typename T, uint32 N>
struct TLocklessStaticStorage
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MaxElements | uint32 | Streaming/SimpleStreamableAssetManager.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ReleasedIndex | std::atomic_uint32_t | Streaming/SimpleStreamableAssetManager.h | ||
| ReservedIndex | std::atomic_uint32_t | Streaming/SimpleStreamableAssetManager.h | ||
| Storage | T | Streaming/SimpleStreamableAssetManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< T > GetData() |
Streaming/SimpleStreamableAssetManager.h | ||
void Release
(
uint32 ToRelease |
Streaming/SimpleStreamableAssetManager.h | ||
uint32 Reserve() |
Streaming/SimpleStreamableAssetManager.h | ||
void Store
(
T&& In, |
Streaming/SimpleStreamableAssetManager.h | ||
void WaitForWrites() |
Streaming/SimpleStreamableAssetManager.h |