![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UniversalObjectLocatorRegistry.h>
Inheritance diagram for UE::UniversalObjectLocator::FRegistry:Public Member Functions | |
| const FFragmentType * | FindFragmentType (FName ID) const |
| void | AddReferencedObjects (FReferenceCollector &Collector) override |
| FString | GetReferencerName () const override |
Public Member Functions inherited from FGCObject | |
| FGCObject () | |
| FGCObject (const FGCObject &Other) | |
| FGCObject (FGCObject &&Other) | |
| FGCObject (EFlags Flags) | |
| virtual | ~FGCObject () |
| FGCObject & | operator= (const FGCObject &) |
| FGCObject & | operator= (FGCObject &&) |
| COREUOBJECT_API void | RegisterGCObject () |
| COREUOBJECT_API void | UnregisterGCObject () |
| virtual bool | GetReferencerPropertyName (UObject *Object, FString &OutPropertyName) const |
Static Public Member Functions | |
| static FRegistry & | Get () |
Static Public Member Functions inherited from FGCObject | |
| static COREUOBJECT_API void | StaticInit () |
Public Attributes | |
| TArray< TObjectPtr< UScriptStruct > > | ParameterTypes |
| TArray< FFragmentType > | FragmentTypes |
Additional Inherited Members | |
Public Types inherited from FGCObject | |
| enum class | EFlags : uint32 { None = 0 , RegisterLater = 1 << 0 , AddStableNativeReferencesOnly = 1 << 1 } |
Static Public Attributes inherited from FGCObject | |
| static COREUOBJECT_API UGCObjectReferencer * | GGCObjectReferencer = nullptr |
|
overridevirtual |
Pure virtual that must be overloaded by the inheriting class. Use this method to serialize any UObjects contained that you wish to keep around.
| Collector | The collector of referenced objects. |
Implements FGCObject.
| const FFragmentType * UE::UniversalObjectLocator::FRegistry::FindFragmentType | ( | FName | ID | ) | const |
|
static |
|
overridevirtual |
Overload this method to report a name for your referencer
Implements FGCObject.
| TArray<FFragmentType> UE::UniversalObjectLocator::FRegistry::FragmentTypes |
| TArray<TObjectPtr<UScriptStruct> > UE::UniversalObjectLocator::FRegistry::ParameterTypes |