![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Classes | |
| class | FFindInstancedReferenceSubobjectHelper |
Functions | |
| struct | UE_DEPRECATED (5.6, "Deprecated; this type is no longer in use.") FInstancedPropertyPath |
| PRAGMA_DISABLE_DEPRECATION_WARNINGS struct UE_DEPRECATED | ( | 5. | 6, |
| "Deprecated; this type is no longer in use." | |||
| ) |
Meant to represent a specific object property that is setup to reference a instanced sub-object. Tracks the property hierarchy used to reach the property, so that we can easily retrieve instanced sub-objects from a container object.
Can be used as a raw sub-object pointer, but also contains a FInstancedPropertyPath to identify the property that this sub-object is referenced by. Paired together for ease of use (so API users don't have to manage a map).