Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetStringValueToDisplay
(
FStringView Value |
Returns a string description of the value stored in the passed string view in a form suitable for error messages. | Misc/AutomationTest.h | |
FString GetStringValueToDisplay
(
FUtf8StringView Value |
Misc/AutomationTest.h |
GetStringValueToDisplay(FStringView)
Description
Returns a string description of the value stored in the passed string view in a form suitable for error messages. Proper string values will be output with quotation marks e.g. "value". Null will be represented as nullptr.
| Name | GetStringValueToDisplay |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
FString GetStringValueToDisplay
(
FStringView Value
) const
GetStringValueToDisplay(FUtf8StringView)
| Name | GetStringValueToDisplay |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
FString GetStringValueToDisplay
(
FUtf8StringView Value
) const