Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
TLocklessGrowingStorage |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Engine/Public/Streaming/SimpleStreamableAssetManager.h |
| Include Path |
#include "Streaming/SimpleStreamableAssetManager.h" |
Syntax
template<typename T>
class TLocklessGrowingStorage
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
~TLocklessGrowingStorage()
|
|
Streaming/SimpleStreamableAssetManager.h |
|
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FStorageShard |
TLocklessStaticStorage< T, 512 > |
|
Streaming/SimpleStreamableAssetManager.h |
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| LockedStorage |
TArray< FStorageShard * > |
|
Streaming/SimpleStreamableAssetManager.h |
|
| Shard |
std::atomic< FStorageShard * > |
|
Streaming/SimpleStreamableAssetManager.h |
|
| StorageAllocatorGuard |
std::atomic_uint32_t |
|
Streaming/SimpleStreamableAssetManager.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TArray< FStorageShard * > ExtractShards()
|
|
Streaming/SimpleStreamableAssetManager.h |
|
|
|
Streaming/SimpleStreamableAssetManager.h |
|