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" |
| Source | /Engine/Source/Runtime/UniversalObjectLocator/Private/UniversalObjectLocatorFragment.cpp |
FUniversalObjectLocatorFragment
(
const UE::UniversalObjectLocator::FFragmentType & InFragmentType
)
Remarks
Construct a new fragment with a specific fragment type and default-constructed payload. Used when a specific type of relative fragment is required.
Parameters
| Name | Description |
|---|---|
| InFragmentType | The fragment type to use with this fragment |