Navigation
API > API/Plugins > API/Plugins/OodleNetworkHandlerComponent > API/Plugins/OodleNetworkHandlerComponent/FOodleNetworkDictionaryGenerator
Description
Primary function handling generation of the dictionary
FOodleNetworkDictionaryGenerator
| Name | BeginGenerateDictionary |
| 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 BeginGenerateDictionary
(
FString InOutputDictionaryFile,
const TArray < FString > & InputCaptureFiles
)
Whether or not the dictionary generation was successful
Parameters
| Name | Remarks |
|---|---|
| InOutputDictionaryFile | The path for the final dictionary file |
| InputCaptureFiles | The capture file to process, or if bMergeAll, the directory where all captures files are located |