Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator > API/Runtime/UniversalObjectLocator/FUniversalObjectLocatorFragment
| Type | Name | Description | |
|---|---|---|---|
| Default constructor: initializes to an empty fragment with no fragment type | |||
FUniversalObjectLocatorFragment
(
const UE::UniversalObjectLocator::FFragmentType& InFragmentType |
Construct a new fragment with a specific fragment type and default-constructed payload. | ||
FUniversalObjectLocatorFragment
(
const FUniversalObjectLocatorFragment& RHS |
Copy construction/assignment | ||
| Move construction/assignment | |||
FUniversalObjectLocatorFragment
(
UE::UniversalObjectLocator::TFragmentTypeHandle< T > InHandle, |
Construct a new fragment with a specific fragment type and data. | ||
FUniversalObjectLocatorFragment
(
const UObject* InObject, |
Construct this fragment by binding it to an object within a given context. |