FOodleNetworkDictionaryGenerator::BeginGenerateDictionary

Primary function handling generation of the dictionary

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 BeginGenerateDictionary
(
    FString InOutputDictionaryFile,
    const TArray< FString > & InputCaptureFiles
)

Remarks

Primary function handling generation of the dictionary

FOodleNetworkDictionaryGenerator

Returns

Whether or not the dictionary generation was successful

Parameters

Parameter

Description

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

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