Navigation
API > API/Developer > API/Developer/TraceServices
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ItemType * TraceServices::GetLastItem
(
const TPagedArrayPage< ItemType >& Page |
Common/PagedArray.h | ||
const ItemType * TraceServices::GetLastItem
(
const TVariablePagedArrayPage< ItemType >& Page |
Common/VariablePagedArray.h |
TraceServices::GetLastItem(const TPagedArrayPage< ItemType > &)
| Name | TraceServices::GetLastItem |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/Common/PagedArray.h |
| Include Path | #include "Common/PagedArray.h" |
namespace TraceServices
{
template<typename ItemType>
const ItemType * TraceServices::GetLastItem
(
const TPagedArrayPage < ItemType > & Page
)
}
TraceServices::GetLastItem(const TVariablePagedArrayPage< ItemType > &)
| Name | TraceServices::GetLastItem |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/Common/VariablePagedArray.h |
| Include Path | #include "Common/VariablePagedArray.h" |
namespace TraceServices
{
template<typename ItemType>
const ItemType * TraceServices::GetLastItem
(
const TVariablePagedArrayPage < ItemType > & Page
)
}