UModelComponent::CopyElementsFrom

Copy model elements from the other component.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/ModelComponent.h

Include

#include "Components/ModelComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/ModelComponent.cpp

Syntax

void CopyElementsFrom
(
    UModelComponent * OtherModelComponent
)

Remarks

Copy model elements from the other component. This is used when duplicating components for PIE to guarantee correct rendering.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss