UBodySetup::CopyBodySetupProperty

Copy all UPROPERTY settings except the collision geometry.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodySetup.h

Include

#include "PhysicsEngine/BodySetup.h"

Source

/Engine/Source/Runtime/Engine/Private/PhysicsEngine/BodySetup.cpp

Syntax

virtual void CopyBodySetupProperty
(
    const UBodySetup * Other
)

Remarks

Copy all UPROPERTY settings except the collision geometry. This function is use when we restore the original data after a re-import of a static mesh. All FProperty should be copy here except the collision geometry (i.e. AggGeom)

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