FStringOutputDeviceCountLines::operator+=

Appends other [FString](API\Runtime\Core\Containers\FString) (as well as its specializations like [FStringOutputDevice](API\Runtime\Core\Containers\FStringOutputDevice)) object to this.

Windows
MacOS
Linux

Override Hierarchy

FStringOutputDevice::operator+=()

FStringOutputDeviceCountLines::operator+=()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/UnrealString.h

Include

#include "Containers/UnrealString.h"

Syntax

virtual FString & operator+=
(
    const FString & Other
)

Remarks

Appends other FString (as well as its specializations like FStringOutputDevice) object to this.

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