FCurveOwnerInterface::RepointCurveOwnerAsset

Default implementation of RepointCurveOwner that can be used with [UObject](API\Runtime\CoreUObject\UObject\UObject) based types that inherit [FCurveOwnerInterface](API\Runtime\Engine\Curves\FCurveOwnerInterface)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Curves/CurveOwnerInterface.h

Include

#include "Curves/CurveOwnerInterface.h"

Syntax

template<typename AssetType>
static bool RepointCurveOwnerAsset
(
    const FPackageReloadedEvent & InPackageReloadedEvent,
    const AssetType * InCurveOwnerAsset,
    FCurveOwnerInterface *& OutNewCurveOwner
)

Remarks

Default implementation of RepointCurveOwner that can be used with UObject based types that inherit FCurveOwnerInterface

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