Navigation
API > API/Plugins > API/Plugins/RenderTraceInsights
| Name | FCommandListInstance |
| Type | struct |
| Header File | /Engine/Plugins/RenderTraceInsights/Source/RenderTraceInsights/Public/IRenderTraceProvider.h |
| Include Path | #include "IRenderTraceProvider.h" |
Syntax
struct FCommandListInstance
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AppID | uint64 | IRenderTraceProvider.h | ||
| CreateTime | double | Important timestamps for the lifetime of the command list. | IRenderTraceProvider.h | |
| DestroyTime | double | IRenderTraceProvider.h | ||
| DetachedCmdListID | uint32 | Detach information. | IRenderTraceProvider.h | |
| DetachTime | double | IRenderTraceProvider.h | ||
| DispatchTime | double | Dispatch and translate information. | IRenderTraceProvider.h | |
| FinishRecordingTime | double | IRenderTraceProvider.h | ||
| InCreateTime | double | IRenderTraceProvider.h | ||
| InType | double ECommandListType | IRenderTraceProvider.h | ||
| RecordingEvents | TArray< FEventInterval, TInlineAllocator< 8 > > | Recording information. | IRenderTraceProvider.h | |
| RecordingFlags | uint8 | IRenderTraceProvider.h | ||
| SourceCmdListID | uint32 | IRenderTraceProvider.h | ||
| SubmitPassID | uint32 | IRenderTraceProvider.h | ||
| SubmitTime | double | IRenderTraceProvider.h | ||
| TimelineIndex | int32 | IRenderTraceProvider.h | ||
| TimelineStart | double | Timeline information. | IRenderTraceProvider.h | |
| TranslatePrevJobAppID | uint64 | IRenderTraceProvider.h | ||
| TranslateSplitFlags | uint8 | IRenderTraceProvider.h | ||
| TranslateTaskID | uint32 | IRenderTraceProvider.h | ||
| Type | ECommandListType | IRenderTraceProvider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double ECommandListType CreateTime
(
InCreateTime |
IRenderTraceProvider.h | ||
double ECommandListType Type
(
InType |
IRenderTraceProvider.h | ||
UE_NONCOPYABLE
(
FCommandListInstance |
IRenderTraceProvider.h |