Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator > API/Runtime/UniversalObjectLocator/FUniversalObjectLocatorFragment
References
| Module | UniversalObjectLocator |
| Header | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocatorFragment.h |
| Include | #include "UniversalObjectLocatorFragment.h" |
| Source | /Engine/Source/Runtime/UniversalObjectLocator/Private/UniversalObjectLocatorFragment.cpp |
FParseStringResult TryParseString
(
FStringView InString,
const FParseStringParams & InParams
)
Remarks
Attempt to initialize this fragment from a string of the form fragment-type-id[=payload] The state of this instance will not be changed if this function returns false. Parse result, specifying success or failure, and number of characters that were parsed
Parameters
| Name | Description |
|---|---|
| InString | The string to parse. |
| InParams | Additional string parameters |