UOodleNetworkTrainerCommandlet::HandleDebugDumpPackets

Handles the 'DebugDump' command, which is used to take a directory of .ucap files, and output a directory of Oodle-example-code compatible .bin files, in SourceDirectory

Windows
MacOS
Linux

References

Module

OodleNetworkHandlerComponent

Header

/Engine/Plugins/Compression/OodleNetwork/Source/Classes/OodleNetworkTrainerCommandlet.h

Include

#include "OodleNetworkTrainerCommandlet.h"

Source

/Engine/Plugins/Compression/OodleNetwork/Source/Private/OodleNetworkTrainerCommandlet.cpp

Syntax

bool HandleDebugDumpPackets
(
    FString OutputDirectory,
    FString SourceDirectory,
    const TArray< FString > & DumpList
)

Remarks

Handles the 'DebugDump' command, which is used to take a directory of .ucap files, and output a directory of Oodle-example-code compatible .bin files, in SourceDirectory

The directory structure of SourceDirectory is preserved

Parameters

Parameter

Description

OutputDirectory

The directory where the .bin files should be output to (directory structure is preserved)

SourceDirectory

The directory where the .ucap files are located

DumpList

The list of packet capture files to dump

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