45 PropertyChain.RemoveAt(PropertyChain.Num() - 1);
51 return PropertyChain.Last().PropertyPtr;
105 UE_DEPRECATED(5.6,
"Deprecated; use GetObjectsWithOuter() instead, or use TPropertyValueIterator<FObjectProperty> and check for the CPF_InstancedReference flag if you specifically need this functionality.")
111 for (
int32 ArrayIdx = 0; ArrayIdx < Prop->ArrayDim; ++ArrayIdx)
121 UE_DEPRECATED(5.6,
"Deprecated; use GetObjectsWithOuter() instead, or recursively use a TPropertyValueIterator<FObjectProperty> and check for the CPF_InstancedReference flag if you specifically need this functionality.")
127 for (
int32 ArrayIdx = 0; ArrayIdx < Prop->ArrayDim; ++ArrayIdx)
136 GetInstancedSubObjectsRecursive(Ref.SubObjInstance, OutObjects);
143 UE_DEPRECATED(5.6,
"Deprecated; this method was originally implemented for internal use only.")
EGLSurface EGLint const EGLint EGLnsecsANDROID * values
Definition AndroidOpenGLFunctions.h:11
@ INDEX_NONE
Definition CoreMiscDefines.h:150
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
if(Failed) console_printf("Failed.\n")
Definition InstancedReferenceSubobjectHelper.h:102
static void ForEachInstancedSubObject(FInstancedPropertyPath &PropertyPath, T ContainerAddress, TFunctionRef< void(const FInstancedSubObjRef &Ref, T PropertyValueAddress)> ObjRefFunc)
static void GetInstancedSubObjectsRecursive(const UObject *Container, T &OutObjects)
Definition InstancedReferenceSubobjectHelper.h:122
static void GetInstancedSubObjects(const UObject *Container, T &OutObjects)
Definition InstancedReferenceSubobjectHelper.h:106
Definition UnrealType.h:3087
Definition UnrealType.h:174
Definition UnrealType.h:4175
Definition PropertyPath.Build.cs:6
Definition AssetRegistryState.h:50
Definition UnrealString.h.inl:34
FORCEINLINE UClass * GetClass() const
Definition UObjectBase.h:217
uint32 GetTypeHash(const FKey &Key)
Definition BlackboardKey.h:35