Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UModelComponent
Description
Copy model elements from the other component. This is used when duplicating components for PIE to guarantee correct rendering.
| Name | CopyElementsFrom |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ModelComponent.h |
| Include Path | #include "Components/ModelComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/ModelComponent.cpp |
void CopyElementsFrom
(
UModelComponent * OtherModelComponent
)