Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FFindInstancedReferenceSubobject-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ForEachInstancedSubObject
(
FInstancedPropertyPath& PropertyPath, |
InstancedReferenceSubobjectHelper.h | ||
void ForEachInstancedSubObject
(
FInstancedPropertyPath& PropertyPath, |
ForEachInstancedSubObject(FInstancedPropertyPath &, T, TFunctionRef< void(const FInstancedSubObjRef &Ref, T PropertyValueAddress)>)
| Name | ForEachInstancedSubObject |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/InstancedReferenceSubobjectHelper.h |
| Include Path | #include "InstancedReferenceSubobjectHelper.h" |
template<typename T>
static void ForEachInstancedSubObject
(
FInstancedPropertyPath & PropertyPath,
T ContainerAddress,
TFunctionRef < void> ObjRefFunc
)
ForEachInstancedSubObject(FInstancedPropertyPath &, T, TFunctionRef< void(const FInstancedSubObjRef &, T)>)
| Name | ForEachInstancedSubObject |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Private/InstancedReferenceSubobjectHelper.cpp |
| Include Path | #include "InstancedReferenceSubobjectHelper.cpp" |
template<typename T>
void ForEachInstancedSubObject
(
FInstancedPropertyPath & PropertyPath,
T ContainerAddress,
TFunctionRef < void> ObjRefFunc
)