Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Returns the left most characters from the string chopping the given number of characters from the end |
|
|
|
|
|
|
LeftChop(int32)
Description
Returns the left most characters from the string chopping the given number of characters from the end
| |
|
| Name |
LeftChop |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path |
#include "Containers/UnrealString.h.inl" |
FString LeftChop
(
int32 Count
) const
LeftChop(int32)
| |
|
| Name |
LeftChop |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path |
#include "Containers/UnrealString.h.inl" |
FString LeftChop
(
int32 Count
)