Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Empty () |
Create empty string of given size with zero terminating character | ||
void Empty
(
int32 Slack |
Empty()
Description
Create empty string of given size with zero terminating character
| Name | Empty |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
void Empty()
Parameters
| Name | Remarks |
|---|---|
| Slack | length of empty string to create |
Empty(int32)
| Name | Empty |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
void Empty
(
int32 Slack
)