51 if ((LimitClass ==
NULL ||
Object->IsA(LimitClass)) &&
52 (LimitOuter ==
NULL || (
Object->GetOuter() == LimitOuter || (!bRequireDirectOuter &&
Object->IsIn(LimitOuter)))) )
81 bool bRequireDirectOuter;
84 bool bSerializeRecursively;
#define NULL
Definition oodle2base.h:134
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ArchiveObjectPropertyMapper.h:18
FArchiveObjectPropertyMapper(TMap< FProperty *, UObject * > *InObjectGraph, UObject *InOuter=NULL, UClass *InLimitClass=NULL, bool bInRequireDirectOuter=true, bool bInSerializeRecursively=true)
Definition ArchiveObjectPropertyMapper.h:33
Definition ArchiveUObject.h:17
friend FArchive & operator<<(FArchive &Ar, ANSICHAR &Value)
Definition Archive.h:1387
Definition Archive.h:1208
UE_FORCEINLINE_HINT class FProperty * GetSerializedProperty() const
Definition Archive.h:748
uint8 ArIsObjectReferenceCollector
Definition Archive.h:915
bool Contains(const ComparisonType &Item) const
Definition Array.h:1518
UE_NODEBUG UE_FORCEINLINE_HINT SizeType Add(ElementType &&Item)
Definition Array.h:2696
Definition UnrealString.h.inl:34