Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ComponentInstanceDataCache.h |
| Include | #include "ComponentInstanceDataCache.h" |
Syntax
USTRUCT ()
struct FDataCacheDuplicatedObjectData
Variables
| Type | Name | Description | |
|---|---|---|---|
| UObject * | DuplicatedObject | The duplicated object. | |
| int32 | ObjectPathDepth | Object Outer Depth so we can sort creation order. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataCacheDuplicatedObjectData
(
UObject* InObject |