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 TryParseFragmentType
(
FStringView InString,
const FParseStringParams & InParams
)
Remarks
Attempt to default initialize this fragment using a string that defines the 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 |