Navigation
API > API/Plugins > API/Plugins/TraceUtilities
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UTraceUtilLibrary
References
| Module | TraceUtilities |
| Header | /Engine/Plugins/TraceUtilities/Source/TraceUtilities/Public/TraceUtilLibrary.h |
| Include | #include "TraceUtilLibrary.h" |
Syntax
UCLASS&40;&41;
class UTraceUtilLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | |||
| TArray< FString > | |||
| bool | IsChannelEnabled
(
const FString& ChannelName |
||
| bool | IsTracing () |
||
| bool | PauseTracing () |
||
| bool | |||
| bool | StartTraceSendTo
(
const FString& Target, |
||
| bool | StartTraceToFile
(
const FString& FileName, |
||
| bool | StopTracing () |
||
| bool | ToggleChannel
(
const FString& ChannelName, |
||
| void | TraceBookmark
(
const FString& Name |
Traces a bookmark with specified name. | |
| void | TraceMarkRegionEnd
(
const FString& Name |
Traces an end event for a region with specified name. | |
| void | TraceMarkRegionStart
(
const FString& Name |
Traces a begin event for a region with specified name. |