FArchiveState::SetForceUnicode

Sets whether this archive wants to force saving as Unicode.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/Archive.h

Include

#include "Serialization/Archive.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp

Syntax

virtual void SetForceUnicode
(
    bool bInForceUnicode
)

Remarks

Sets whether this archive wants to force saving as Unicode. This is needed when we need to make sure ANSI strings are saved as Unicode.

Parameters

Parameter

Description

bInForceUnicode

true if this archive wants to force saving as Unicode, false otherwise.

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