Navigation
API > API/Plugins > API/Plugins/OodleNetworkHandlerComponent > API/Plugins/OodleNetworkHandlerComponent/UOodleNetworkTrainerCommandlet
Description
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
NOTE: The directory structure of SourceDirectory is preserved
| Name | HandleDebugDumpPackets |
| Type | function |
| Header File | /Engine/Plugins/Compression/OodleNetwork/Source/Classes/OodleNetworkTrainerCommandlet.h |
| Include Path | #include "OodleNetworkTrainerCommandlet.h" |
| Source | /Engine/Plugins/Compression/OodleNetwork/Source/Private/OodleNetworkTrainerCommandlet.cpp |
bool HandleDebugDumpPackets
(
FString OutputDirectory,
FString SourceDirectory,
const TArray < FString > & DumpList
)
Parameters
| Name | Remarks |
|---|---|
| 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 |