Navigation
| Name | ProfileVisualizer |
| Type | Developer |
| Location | /Engine/Source/Developer/ProfileVisualizer/ |
| Module Build Rules | ProfileVisualizer.Build.cs |
Classes
| Name | Remarks |
|---|---|
| SBarVisualizer | Bars Visualizer. Contains a list of bars for each profiler category |
| SEventItem | Item used in task graph events list |
| SEventsTree | Profiler events tree. Contains a tree of profiler event for the selected graph bar. |
| SGraphBar | A graph bar widget. |
| STimeline | A timeline widget. |
Structs
| Name | Remarks |
|---|---|
| FVisualizerEvent | A graph event represented by SGraphBar as a single bar. |
Interfaces
| Name | Remarks |
|---|---|
| IProfileVisualizerModule |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FVisualizerEventsArray | TArray< TSharedPtr< FVisualizerEvent > > | Array of graph events. | VisualizerEvents.h |
| Type | uint8 | VisualizerEvents.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Coalesced | const Type | Coalesced | VisualizerEvents.h | |
| Flat | const Type | Flat | VisualizerEvents.h | |
| FlatCoalesced | const Type | FlatCoalesced | VisualizerEvents.h | |
| Hierarchical | const Type | Hierarchical | VisualizerEvents.h | |
| Microseconds | const Type | Microseconds | VisualizerEvents.h | |
| Milliseconds | const Type | Milliseconds | VisualizerEvents.h | |
| Seconds | const Type | Seconds | VisualizerEvents.h |