Navigation
API > API/Developer > API/Developer/ProfileVisualizer
A graph event represented by SGraphBar as a single bar.
| Name | FVisualizerEvent |
| Type | struct |
| Header File | /Engine/Source/Developer/ProfileVisualizer/Public/VisualizerEvents.h |
| Include Path | #include "VisualizerEvents.h" |
Syntax
struct FVisualizerEvent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVisualizerEvent
(
const double InStart, |
VisualizerEvents.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | int32 | Category this event belongs to (thread/file etc.) | VisualizerEvents.h | |
| Children | TArray< TSharedPtr< FVisualizerEvent > > | Child events | VisualizerEvents.h | |
| ColorIndex | uint32 | Bar color | VisualizerEvents.h | |
| Duration | double | Normalized duration time (0.0-1.0) of the event. | VisualizerEvents.h | |
| DurationMs | double | Duration of the event in milliseconds | VisualizerEvents.h | |
| EventName | FString | Name of the event. | VisualizerEvents.h | |
| IsSelected | bool | Determines if this event is selected or not. | VisualizerEvents.h | |
| ParentEvent | TSharedPtr< FVisualizerEvent > | Parent event | VisualizerEvents.h | |
| Start | double | Normalized start time (0.0-1.0) of the event relative to the first event in the profile | VisualizerEvents.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FVisualizerEvent > LoadVisualizerEvent
(
FArchive* Ar |
VisualizerEvents.h | ||
static TSharedPtr< FVisualizerEvent > LoadVisualizerEventRecursively
(
FArchive* Ar, |
VisualizerEvents.h | ||
static void SaveVisualizerEventRecursively
(
FArchive* Ar, |
VisualizerEvents.h |