FString::RightInline

Modifies the string such that it is now the right most given number of characters

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/UnrealString.h"

Syntax

void RightInline
(
    int32 Count,
    bool bAllowShrinking
)

Remarks

Modifies the string such that it is now the right most given number of characters

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