UOodleNetworkTrainerCommandlet::HandleMergePackets

Handles the 'MergePackets' command, which is used to merge multiple packet capture files

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 HandleMergePackets
(
    FString OutputCapFile,
    const TArray< FString > & MergeList
)

Remarks

Handles the 'MergePackets' command, which is used to merge multiple packet capture files

Returns

Whether or not the command executed successfully

Parameters

Parameter

Description

OutputCapFile

The file which will contain the merged packets

MergeList

The list of packet capture files to merge, or if bMergeAll, the directory containing these files

bMergeAll

Whether or not MergeList refers to a directory, where all of the files it contains should be merged

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