Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSimpleStreamableAssetManager
| Name | TSimpleSparseArray |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Streaming/SimpleStreamableAssetManager.h |
| Include Path | #include "Streaming/SimpleStreamableAssetManager.h" |
Syntax
template<typename T>
struct TSimpleSparseArray
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Elements | TArray< T > | Streaming/SimpleStreamableAssetManager.h | ||
| FreeElementIndexHint | int32 | Streaming/SimpleStreamableAssetManager.h | ||
| UsedElements | TBitArray | Streaming/SimpleStreamableAssetManager.h | ||
| UsedElementsCount | int32 | Streaming/SimpleStreamableAssetManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Add
(
T&& InElement |
Streaming/SimpleStreamableAssetManager.h | ||
void Empty() |
Streaming/SimpleStreamableAssetManager.h | ||
SIZE_T GetAllocatedSize() |
Streaming/SimpleStreamableAssetManager.h | ||
TConstArrayView< T > GetSparseView() |
Streaming/SimpleStreamableAssetManager.h | ||
int32 Num() |
Streaming/SimpleStreamableAssetManager.h | ||
void Reset
(
int32 Index |
Streaming/SimpleStreamableAssetManager.h |