Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator > API/Runtime/UniversalObjectLocator/FUniversalObjectLocatorFragment > API/Runtime/UniversalObjectLocator/FUniversalObjectLocatorFragment/__ctor
References
| Module | UniversalObjectLocator |
| Header | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocatorFragment.h |
| Include | #include "UniversalObjectLocatorFragment.h" |
template<typename T, typename ... ArgTypes>
FUniversalObjectLocatorFragment
(
UE::UniversalObjectLocator::TFragmentTypeHandle < T > InHandle,
ArgTypes &&... InArgs
)
Remarks
Construct a new fragment with a specific fragment type and data. Used when a specific type of relative fragment is required.
Parameters
| Name | Description |
|---|---|
| InHandle | A typed handle to the fragment type to use for construction. Retrieved from IUniversalObjectLocatorModule::RegisterFragmentType. |
| InArgs | (Optional) Payload construction arguments to be passed to T on construction. Omission implies default construction. |