Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FEventStream
| Name | FChunk |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/GPUProfiler.h |
| Include Path | #include "GPUProfiler.h" |
Syntax
struct FChunk
Structs
| Name | Remarks |
|---|---|
| FHeader |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ChunkSizeInBytes | uint32 | GPUProfiler.h | |
| MaxEventsPerChunk | uint32 | GPUProfiler.h | |
| MemoryPool | TLockFreePointerListUnordered< void, PLATFORM_CACHE_LINE_SIZE > | GPUProfiler.h | |
| RemainingBytes | uint32 | GPUProfiler.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Elements | TStaticArray< TTypeCompatibleBytes< FEvent >, MaxEventsPerChunk > | GPUProfiler.h | ||
| Header | UE::RHI::GPUProfiler::FEventStream::FChunk::FHeader | GPUProfiler.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEvent * GetElement
(
uint32 Index |
GPUProfiler.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator delete
(
void* Pointer |
GPUProfiler.h | ||
void * operator new
(
size_t Size |
GPUProfiler.h |