Navigation
API > API/Runtime > API/Runtime/SessionServices > API/Runtime/SessionServices/FTraceStatus
| Name | FChannel |
| Type | struct |
| Header File | /Engine/Source/Runtime/SessionServices/Public/ITraceController.h |
| Include Path | #include "ITraceController.h" |
Syntax
struct FChannel
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnabled | bool | If channel is currently enabled | ITraceController.h | |
| bReadOnly | bool | If it's possible to toggle channel. | ITraceController.h | |
| Description | FString | Description string | ITraceController.h | |
| Id | uint32 | Remote system id. This may be unique per machine. | ITraceController.h | |
| Name | FString | Channel name | ITraceController.h |