Navigation
Classes
| Type | Name | Description | |
|---|---|---|---|
| FDirectPathObjectLocator | Object locator type that simply references its object by a direct path | ||
| FFragmentTypeHandle | A handled to a globally registered Universal Object Locator fragment type. | ||
| FFragmentTypeParameters | |||
| FInitializeParams | Fragment initialization parameter structure | ||
| FInitializeResult | Fragment initialization result structure, specfying the type of locator that was created and an optional relative 'parent' | ||
| FLocatorSpawnedCacheResolveParameter | |||
| FParameterTypeHandle | A handle to a globally registered Universal Object Locator fragment type. | ||
| FParseStringResult | String parse result structure, specfying success/failure, number of characters that were parsed, and any error information. | ||
| FResolveParameterBuffer | A buffer of parameter structs that can be optionally supplied to a UOL when resolving to supply additional context. | ||
| FResolveParameterHeader | Header that describes an entry in the parameter buffer. | ||
| FSubObjectLocator | |||
| FUniversalObjectLocator | Universal Object Locators (UOLs) define an address to an object. | ||
| FUniversalObjectLocatorEmptyPayload | Empty struct type used for deserializing unknown fragment type payloads | ||
| FUniversalObjectLocatorFragment | Universal Object Locator (UOL) Fragments provide an extensible mechanism for referencing permanent, transient or dynamically created objects relative to an external context. | ||
| IFragmentTypeDebuggingAssistant | |||
| ILocatorSpawnedCache | An interface for a basic cache used by locators that might create an object or spawn an actor during 'Load' and destroy/unspawn it during 'Unload'. | ||
| IPayloadDebugging | |||
| IUniversalObjectLocatorModule | |||
| TFragmentType | |||
| TFragmentTypeDebuggingAssistant | |||
| TFragmentTypeHandle | Typed version of FFragmentTypeHandle that provides typed access to the underlying fragment type | ||
| TInlineResolveParameterBuffer | A FResolveParameterBuffer that has an inline memory capacity of the specified size | ||
| TLocatorFragment | |||
| TParameterTypeHandle | Typed version of FParameterTypeHandle that provides typed access to the underlying parameter type | ||
| TUniversalObjectLocatorFragment |
Enums
Functions
| Type | Name | Description | |
|---|---|---|---|
| A Universal Object Locator fragment type defines a specific mechanism for resolving an object that is referenced inside a Universal Object Locator (which can be considered a chain of fragments). | |||
| String parameter structure specifying additional information required for a string to be parsed |