|
| template<class UObjectType > |
| static void | AddReferencedObject (FReferenceCollector &Coll, UObjectType *&Object, const UObject *ReferencingObject=nullptr, const FProperty *ReferencingProperty=nullptr) |
| |
| template<class UObjectType > |
| static void | AddReferencedObject (FReferenceCollector &Coll, const UObjectType *&Object, const UObject *ReferencingObject=nullptr, const FProperty *ReferencingProperty=nullptr) |
| |
| template<class UObjectType > |
| static void | AddReferencedObjects (FReferenceCollector &Coll, TArray< UObjectType * > &ObjectArray, const UObject *ReferencingObject=nullptr, const FProperty *ReferencingProperty=nullptr) |
| |
| template<class UObjectType > |
| static void | AddReferencedObjects (FReferenceCollector &Coll, TArray< const UObjectType * > &ObjectArray, const UObject *ReferencingObject=nullptr, const FProperty *ReferencingProperty=nullptr) |
| |
| template<class UObjectType > |
| static void | AddReferencedObjects (FReferenceCollector &Coll, TSet< UObjectType * > &ObjectSet, const UObject *ReferencingObject=nullptr, const FProperty *ReferencingProperty=nullptr) |
| |
| template<typename KeyType , typename ValueType , typename Allocator , typename KeyFuncs > |
| static void | AddReferencedObjects (FReferenceCollector &Coll, TMapBase< KeyType *, ValueType, Allocator, KeyFuncs > &Map, const UObject *ReferencingObject=nullptr, const FProperty *ReferencingProperty=nullptr) |
| |
| template<typename KeyType , typename ValueType , typename Allocator , typename KeyFuncs > |
| static void | AddReferencedObjects (FReferenceCollector &Coll, TMapBase< KeyType, ValueType *, Allocator, KeyFuncs > &Map, const UObject *ReferencingObject=nullptr, const FProperty *ReferencingProperty=nullptr) |
| |
| template<typename KeyType , typename ValueType , typename Allocator , typename KeyFuncs > |
| static void | AddReferencedObjects (FReferenceCollector &Coll, TMapBase< KeyType *, ValueType *, Allocator, KeyFuncs > &Map, const UObject *ReferencingObject=nullptr, const FProperty *ReferencingProperty=nullptr) |
| |
| static void | AddReferencedObjects (FReferenceCollector &Coll, const UScriptStruct *&ScriptStruct, void *Instance, const UObject *ReferencingObject=nullptr, const FProperty *ReferencingProperty=nullptr) |
| |