Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UClass
Description
Subtypes can optionally override to return true. This will enable dynamic subobject instancing, which will use default data to determine which properties need instancing at construction/serialization time rather than reflected property 'Instanced' semantics.
Derived Overrides
| Name | SupportsDynamicInstancedReference |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
virtual bool SupportsDynamicInstancedReference() const