IOnlineTracing

Online Tracing Interface

Windows
MacOS
Linux

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

Name Description

Public function Static

void

 

EndContext

(
    FName ContextName
)

Ends a context

Protected function

void

 

EndContextImpl

(
    FName ContextName
)

Public function

FString

 

GetFilename()

Public function Static

IOnlineTraci...

 

GetTracingHelper()

Checks that the OnlineTracing feature is registered with IModularFeature

Public function

bool

 

GetUncompressedTracingLog

(
    TArray< uint8 >& OutLog
)

Public function Static

void

 

StartContext

(
    FName ContextName
)

Starts a context

Protected function

void

 

StartContextImpl

(
    FName ContextName
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss