Navigation
API > API/Developer > API/Developer/LogVisualizer
References
| Module | LogVisualizer |
| Header | /Engine/Source/Developer/LogVisualizer/Public/LogVisualizerPublic.h |
| Include | #include "LogVisualizerPublic.h" |
Syntax
struct FLogVisualizer
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AnimationOutlinerFillPercentage | ||
| TWeakPtr< class SVisualLogger > | CurrentVisualizer | ||
| TSharedPtr< FVisualLoggerTimeSliderController > | TimeSliderController | ||
| FVisualLoggerEvents | VisualLoggerEvents |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLogVisualizer & | Get () |
||
| float | |||
| FLinearColor | GetColorForCategory
(
int32 Index |
||
| FLinearColor | GetColorForCategory
(
const FString& InFilterName |
||
| FVisualLoggerEvents & | GetEvents () |
||
| int32 | GetNextItem
(
FName RowName, |
||
| int32 | GetPreviousItem
(
FName RowName, |
||
| TSharedPtr< FVisualLoggerTimeSliderController > | |||
| UWorld * | |||
| void | GotoFirstItem
(
FName RowName |
||
| void | GotoLastItem
(
FName RowName |
||
| void | GotoNextItem
(
FName RowName, |
||
| void | GotoPreviousItem
(
FName RowName, |
||
| void | Initialize () |
Static access | |
| void | Reset () |
LogVisualizer interface | |
| void | SeekToTime
(
float Time |
||
| void | SetAnimationOutlinerFillPercentage
(
float FillPercentage |
||
| void | SetCurrentVisualizer
(
TSharedPtr< class SVisualLogger > Visualizer |
||
| void | Shutdown () |
||
| void | UpdateCameraPosition
(
FName Rowname, |
Constants
| Name | Description |
|---|---|
| StaticInstance |