FString::operator/=

Concatenate this path with given path ensuring the / character is used between them

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/UnrealString.h"

Syntax

FString & operator/=
(
    const FString & Str
)

Remarks

Concatenate this path with given path ensuring the / character is used between them

Returns

reference to path

Parameters

Parameter

Description

Str

path FString to be concatenated onto the end of 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