Navigation
API > API/Plugins > API/Plugins/RenderTraceInsights
| Name | FPlatformPayload |
| Type | struct |
| Header File | /Engine/Plugins/RenderTraceInsights/Source/RenderTraceInsights/Public/IRenderTraceProvider.h |
| Include Path | #include "IRenderTraceProvider.h" |
Syntax
struct FPlatformPayload
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AppID | uint64 | IRenderTraceProvider.h | ||
| CmdLists | TArray< uint64, TInlineAllocator< 1 > > | IRenderTraceProvider.h | ||
| EndTime | double | IRenderTraceProvider.h | ||
| ExecutionEvent | FRenderTraceEvent | IRenderTraceProvider.h | ||
| InPipeIdx | double uint8 | IRenderTraceProvider.h | ||
| InStartTime | double | IRenderTraceProvider.h | ||
| InterruptEvent | FRenderTraceEvent | IRenderTraceProvider.h | ||
| PipeIdx | uint8 | IRenderTraceProvider.h | ||
| ResolveSyncPointEvents | TArray< FRenderTraceEvent > | IRenderTraceProvider.h | ||
| SignalSyncPoints | TArray< uint32, TInlineAllocator< 1 > > | IRenderTraceProvider.h | ||
| StartTime | double | IRenderTraceProvider.h | ||
| TranslateEvent | FRenderTraceEvent | IRenderTraceProvider.h | ||
| WaitSyncPoints | TArray< uint32, TInlineAllocator< 1 > > | IRenderTraceProvider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double uint8 PipeIdx
(
InPipeIdx |
IRenderTraceProvider.h | ||
double uint8 StartTime
(
InStartTime |
IRenderTraceProvider.h | ||
UE_NONCOPYABLE
(
FPlatformPayload |
IRenderTraceProvider.h |