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 TryParseFragmentPayload
(
FStringView InString,
const FParseStringParams & InParams
)
Remarks
Attempt to deserialize this fragment's payload from a string, based on its currently assigned type 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 |