TCString::Spc

Returns a static string that is filled with a variable number of spaces

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CString.h

Include

#include "Misc/CString.h"

Syntax

static const CharType * Spc
(
    int32 NumSpaces
)

Remarks

Returns a static string that is filled with a variable number of spaces

Returns

The string of NumSpaces spaces.

Parameters

Parameter

Description

NumSpaces

Number of spaces to put into the string, max of 255

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