Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
Inheritance Hierarchy
- IModularFeature
- IOnlineTracing
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTracingInterface.h |
| Include | #include "Interfaces/OnlineTracingInterface.h" |
Syntax
class IOnlineTracing : public IModularFeature
Remarks
Online Tracing Interface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EndContext
(
FName ContextName |
Ends a context | |
| void | EndContextImpl
(
FName ContextName |
||
| FString | GetFilename () |
||
| IOnlineTracing * | Checks that the OnlineTracing feature is registered with IModularFeature | ||
| bool | GetUncompressedTracingLog
(
TArray< uint8 >& OutLog |
||
| void | StartContext
(
FName ContextName |
Starts a context | |
| void | StartContextImpl
(
FName ContextName |