Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString TrimQuotes
(
bool* bQuotesRemoved |
Returns a copy of this string with wrapping quotation marks removed. | ||
FString TrimQuotes
(
bool* bQuotesRemoved |
Returns this string with wrapping quotation marks removed. |
TrimQuotes(bool *)
Description
Returns a copy of this string with wrapping quotation marks removed.
| Name | TrimQuotes |
| 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 |
FString TrimQuotes
(
bool * bQuotesRemoved
) const
TrimQuotes(bool *)
Description
Returns this string with wrapping quotation marks removed.
| Name | TrimQuotes |
| 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 |
FString TrimQuotes
(
bool * bQuotesRemoved
)