Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetStringLibrary
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetStringLibrary.h |
Include | #include "Kismet/KismetStringLibrary.h" |
Source | /Engine/Source/Runtime/Engine/Private/KismetStringLibrary.cpp |
static FString RightPad
&40;
const FString & SourceString,
int32 ChCount
&41;
Remarks
Pad the right of this string for a specified number of characters The padded string
Parameters
Name | Description |
---|---|
SourceString | The string to pad |
ChCount | Amount of padding required |