Navigation
Unreal Engine C++ API Reference > Developer > TraceServices
Classes
Type | Name | Description |
---|---|---|
Public struct | FProviderEditScopeLock | |
Public class | FProviderLock | Utility class to implement the read/write lock for a provider. |
Public struct | FProviderReadScopeLock | |
Public class | TCachedPagedArray | A typed paged array allowing persistent storage of the data. |
Public class | TCachedStringStore | A deduplicating persistent string store. |
Public class | TPagedArray | |
Public class | TPagedArrayIterator | |
Public struct | TPagedArrayPage | |
Public class | TVariablePagedArray | |
Public class | TVariablePagedArrayIterator | |
Public struct | TVariablePagedArrayPage | In a page, used items are [ItemOffset .. ItemOffset + ItemCount - 1]. |
Public struct | TVariablePagedArrayPageGroup |
Typedefs
Name | Description |
---|---|
FCachedStringStore | |
FCachedStringStoreAnsi |
Functions
Type | Name | Description |
---|---|---|
const ItemTy... | TraceServices::GetData ( const TPagedArrayPage< ItemType >&... ) | |
const PageTy... | TraceServices::GetData ( const TPagedArray< ItemType, PageTy... ) | |
const ItemTy... | TraceServices::GetData ( const TVariablePagedArrayPage< Item... ) | |
FInt32Interv... | TraceServices::GetElementRangeOverlappingGivenRange ( const TPagedArray< ItemType, PageTy..., double StartTime, double EndTime, TFunctionRef< double(const ItemType..., TFunctionRef< double(const ItemType... ) | Use binary search to find the first and last element inside a TPagedArray that overlaps a given input interval. |
const ItemTy... | TraceServices::GetFirstItem ( const TPagedArrayPage< ItemType >&... ) | |
const ItemTy... | TraceServices::GetFirstItem ( const TVariablePagedArrayPage< Item... ) | |
const ItemTy... | TraceServices::GetLastItem ( const TPagedArrayPage< ItemType >&... ) | |
const ItemTy... | TraceServices::GetLastItem ( const TVariablePagedArrayPage< Item... ) | |
SIZE_T | TraceServices::GetNum ( const TPagedArrayPage< ItemType >&... ) | |
SIZE_T | TraceServices::GetNum ( const TPagedArray< ItemType, PageTy... ) | |
SIZE_T | TraceServices::GetNum ( const TVariablePagedArrayPage< Item... ) |