Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator
References
| Module | UniversalObjectLocator |
| Header | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocatorStringParams.h |
| Include | #include "UniversalObjectLocatorStringParams.h" |
Syntax
struct FParseStringResult
Remarks
String parse result structure, specfying success/failure, number of characters that were parsed, and any error information.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSuccess | Whether parsing was successful or not | |
| FText | ErrorMessage | Optional error message, only populated when FParseStringParams::bWantsErrorMessaging is true | |
| int32 | NumCharsParsed | The number of characters that were parsed. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FParseStringResult & | |||
| FStringView | Progress
(
FStringView CurrentString, |
||
| FParseStringResult & |
Operators
| Type | Name | Description | |
|---|---|---|---|