Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FOptionalProperty
- FProperty::InstanceSubobjects()
- FOptionalProperty::InstanceSubobjects()
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyOptional.h |
| Include | #include "UObject/PropertyOptional.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyOptional.cpp |
virtual void InstanceSubobjects
&40;
void &42; Data,
void const &42; DefaultData,
UObject &42; Owner,
struct FObjectInstancingGraph &42; InstanceGraph
&41;
Remarks
Creates new copies of components
Parameters
| Name | Description |
|---|---|
| Data | pointer to the address of the instanced object referenced by this UComponentProperty |
| DefaultData | pointer to the address of the default value of the instanced object referenced by this UComponentProperty |
| Owner | the object that contains this property's data |
| InstanceGraph | contains the mappings of instanced objects and components to their templates |