Navigation
Unreal Engine C++ API Reference > Runtime
Filters
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
ArgPacker | ||
![]() |
FStringProxy | ||
![]() |
TArray | ||
![]() |
TArrayView | ||
![]() |
TInlineAllocator | ||
![]() |
TStringViewAdapter |
Typedefs
Name | Description |
---|---|
ANSICHAR | |
ANSITEXTVIEW | |
FAnsiStringView | |
FString | |
FWideStringView | |
int16 | |
int32 | |
int64 | |
int8 | |
PTRINT | |
SIZE_T | |
uint16 | |
uint32 | |
uint64 | |
uint8 | Arch defines |
UPTRINT | |
WIDECHAR |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
trace::Build |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
auto | Forward
(
T t |
Api |
![]() |
auto | MoveTemp
(
T&& t |
|
![]() |
void | Swap
(
T& x, |
|
![]() |
void | trace::DescribeSession
(
const std::string_view& AppName, |
|
![]() |
UE_TRACE_CHANNEL_EXTERN
(
CpuChannel |
||
![]() |
void | UECompat::Free
(
void* ptr |
|
![]() |
int | UECompat::LowerBoundBy
(
T const& container, |
|
![]() |
void * | UECompat::Malloc
(
size_t size |
|
![]() |
T | UECompat::Max
(
T const& a, |
|
![]() |
void | UECompat::Memcpy
(
void* d, |
|
![]() |
void * | UECompat::Realloc
(
void* ptr, |
|
![]() |
void | UECompat::Sort
(
T& container, |
|
![]() |
void | UECompat::SortBy
(
T& container, |
|
![]() |
void | UECompat::StableSort
(
T& container, |
|
![]() |
size_t | UECompat::Strlen
(
const char* str |