Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FMetadataSerializer |
| Type | class |
| Header File | /Engine/Source/Runtime/RHI/Public/GpuProfilerTrace.h |
| Include Path | #include "GpuProfilerTrace.h" |
Syntax
class FMetadataSerializer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetadataSerializer() |
GpuProfilerTrace.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FMetadataSerializer() |
GpuProfilerTrace.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CborData | TArray< uint8 > | GpuProfilerTrace.h | ||
| CborWriter | FCborWriter * | GpuProfilerTrace.h | ||
| MemoryWriter | FMemoryWriter * | GpuProfilerTrace.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendValue
(
uint16 Value |
GpuProfilerTrace.h | ||
void AppendValue
(
uint32 Value |
GpuProfilerTrace.h | ||
void AppendValue
(
int8 Value |
GpuProfilerTrace.h | ||
void AppendValue
(
int16 Value |
GpuProfilerTrace.h | ||
void AppendValue
(
int32 Value |
GpuProfilerTrace.h | ||
void AppendValue
(
double Value |
GpuProfilerTrace.h | ||
void AppendValue
(
const FDebugName& Value |
GpuProfilerTrace.h | ||
void AppendValue
(
const FString& Value |
GpuProfilerTrace.h | ||
void AppendValue
(
const FName& Value |
GpuProfilerTrace.h | ||
void AppendValue
(
bool Value |
GpuProfilerTrace.h | ||
void AppendValue
(
int64 Value |
GpuProfilerTrace.h | ||
void AppendValue
(
uint64 Value |
GpuProfilerTrace.h | ||
void AppendValue
(
const UTF8CHAR* Value |
GpuProfilerTrace.h | ||
void AppendValue
(
const WIDECHAR* Value |
GpuProfilerTrace.h | ||
void AppendValue
(
const ANSICHAR* Value |
GpuProfilerTrace.h | ||
void AppendValue
(
uint8 Value |
GpuProfilerTrace.h | ||
void AppendValue
(
float Value |
GpuProfilerTrace.h | ||
const TArray< uint8 > & GetData() |
GpuProfilerTrace.h |