Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDefaultValueHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Advances Pos to first non-whitespace symbol returns if some non-Whitespace sign remains in string | Misc/DefaultValueHelper.h | ||
static bool Trim
(
const TCHAR*& Start, |
Advances Pos to first non-whitespace symbol returns if some non-Whitespace sign remains in string | Misc/DefaultValueHelper.h |
Trim(int32 &, const FString &)
Description
Advances Pos to first non-whitespace symbol returns if some non-Whitespace sign remains in string
| Name | Trim |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/DefaultValueHelper.h |
| Include Path | #include "Misc/DefaultValueHelper.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/DefaultValueHelper.cpp |
static bool Trim
(
int32 & Pos,
const FString & Source
)
Trim(const TCHAR &, const TCHAR )
Description
Advances Pos to first non-whitespace symbol returns if some non-Whitespace sign remains in string
| Name | Trim |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/DefaultValueHelper.h |
| Include Path | #include "Misc/DefaultValueHelper.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/DefaultValueHelper.cpp |
static bool Trim
(
const TCHAR *& Start,
const TCHAR * End
)