Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator
Inheritance Hierarchy
- IModuleInterface
- IUniversalObjectLocatorModule
References
| Module | UniversalObjectLocator |
| Header | /Engine/Source/Runtime/UniversalObjectLocator/Public/IUniversalObjectLocatorModule.h |
| Include | #include "IUniversalObjectLocatorModule.h" |
Syntax
class IUniversalObjectLocatorModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| TFragmentTypeHandle< PayloadStructType > | RegisterFragmentType
(
FFragmentTypeParameters& FragmentTypeParameters |
Register a new fragment type that can be used to locate objects from a Universal Object Locator | |
| TParameterTypeHandle< ParameterType > | |||
| void | UnregisterFragmentType
(
TFragmentTypeHandle< PayloadStructType > FragmentType |
||
| void | UnregisterParameterType
(
FParameterTypeHandle InHandle |