OodleNetworkHandlerComponent::GetDictionaryPaths

Resolves and returns the default dictionary file paths.

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

bool GetDictionaryPaths
(
    FString & OutServerDictionary,
    FString & OutClientDictionary,
    bool bFailFatal
)

Remarks

Resolves and returns the default dictionary file paths.

Returns

Whether or not the dictionary paths were successfully set

Parameters

Parameter

Description

OutServerDictionary

The server dictionary path

OutClientDictionary

The client dictionary path

bFailFatal

Whether or not failure to set the dictionary paths, should be fatal

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