OodleNetworkHandlerComponent::InitializeDictionary

Initializes [FOodleNetworkDictionary](API\Plugins\OodleNetworkHandlerComponent\FOodleNetworkDictionary) data, from the specified dictionary file

Windows
MacOS
Linux

References

Module

OodleNetworkHandlerComponent

Header

/Engine/Plugins/Compression/OodleNetwork/Source/Public/OodleNetworkHandlerComponent.h

Include

#include "OodleNetworkHandlerComponent.h"

Source

/Engine/Plugins/Compression/OodleNetwork/Source/Private/OodleNetworkHandlerComponent.cpp

Syntax

void InitializeDictionary
(
    FString FilePath,
    TSharedPtr< FOodleNetworkDictionary > & OutDictionary
)

Remarks

Initializes FOodleNetworkDictionary data, from the specified dictionary file

Parameters

Parameter

Description

FilePath

The dictionary file path

OutDictionary

The FOodleNetworkDictionary shared pointer to write to

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