Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTraceAuxiliary
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FOnTraceStarted, |
Callback whenever a trace is started | ProfilingDebugging/TraceAuxiliary.h | |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FOnTraceStopped, |
Callback whenever a trace recording is stopped. | ProfilingDebugging/TraceAuxiliary.h | |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FOnSnapshotSaved, |
Callback whenever a trace snapshot is saved. Path is the file system path of the snapshot file. | ProfilingDebugging/TraceAuxiliary.h |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams(FOnTraceStarted, FTraceAuxiliary::EConnectionType, const FString &)
Description
Callback whenever a trace is started
| Name | DECLARE_TS_MULTICAST_DELEGATE_TwoParams |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/TraceAuxiliary.h |
| Include Path | #include "ProfilingDebugging/TraceAuxiliary.h" |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FOnTraceStarted,
FTraceAuxiliary::EConnectionType TraceType,
const FString & TraceDestination
)
DECLARE_TS_MULTICAST_DELEGATE_TwoParams(FOnTraceStopped, FTraceAuxiliary::EConnectionType, const FString &)
Description
Callback whenever a trace recording is stopped. TraceType tells what kind of trace it is. TraceDestination will be either the filename and path for a file trace or the network connection for a network trace
| Name | DECLARE_TS_MULTICAST_DELEGATE_TwoParams |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/TraceAuxiliary.h |
| Include Path | #include "ProfilingDebugging/TraceAuxiliary.h" |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FOnTraceStopped,
FTraceAuxiliary::EConnectionType TraceType,
const FString & TraceDestination
)
DECLARE_TS_MULTICAST_DELEGATE_TwoParams(FOnSnapshotSaved, FTraceAuxiliary::EConnectionType, const FString &)
Description
Callback whenever a trace snapshot is saved. Path is the file system path of the snapshot file.
| Name | DECLARE_TS_MULTICAST_DELEGATE_TwoParams |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/TraceAuxiliary.h |
| Include Path | #include "ProfilingDebugging/TraceAuxiliary.h" |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FOnSnapshotSaved,
FTraceAuxiliary::EConnectionType TraceType,
const FString & TraceDestination
)