Navigation
API > API/Runtime > API/Runtime/LiveLinkAnimationCore > API/Runtime/LiveLinkAnimationCore/ULiveLinkRemapAsset
Description
Blueprint Implementable function for remapping, adding or otherwise modifying the curve element data from Live Link. This is run after GetRemappedCurveName
| Name | RemapCurveElements |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkAnimationCore/Public/LiveLinkRemapAsset.h |
| Include Path | #include "LiveLinkRemapAsset.h" |
UFUNCTION (BlueprintNativeEvent, Category="Live Link Remap")
void RemapCurveElements
(
TMap < FName , float > & CurveItems
) const