UOodleNetworkTrainerCommandlet::GetMergeMapFromList

Converts a list of capture files to merge, into a map of file archives vs file names (doing all necessary verification etc.)

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

static bool GetMergeMapFromList
(
    const TArray< FString > & FileList,
    TMap< FArchive *, FString > & OutMergeMap
)

Remarks

Converts a list of capture files to merge, into a map of file archives vs file names (doing all necessary verification etc.)

OutMergeMap FArchive*'s must be deleted by the caller.

Returns

Whether or not the list was successfully parsed, and merge map successfully assigned

Parameters

Parameter

Description

MergeList

The list of capture files to merge (or the directory containing files to merge, if bMergeAll)

OutMergeMap

The output map of file archives vs file names

bMergeAll

If true, merges all capture files in the specified directory (with MergeList pointing to a directory)

bAllowSingleFile

Whether or not the function will error when only a single file is found

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