Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData > API/Runtime/Engine/Animation/AnimData/IAnimationDataController
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include | #include "Animation/AnimData/IAnimationDataController.h" |
UFUNCTION (BlueprintCallable, Category=CurveData)
bool RemoveCurve
(
const FAnimationCurveIdentifier & CurveId,
bool bShouldTransact
)
Remarks
Remove the curve with provided identifier. Broadcasts a EAnimDataModelNotifyType::CurveRemoved notify if successful. Whether or not the curve was successfully removed
Parameters
| Name | Description |
|---|---|
| CurveId | Identifier for the to-be-removed curve |
| bShouldTransact | Whether or not any undo-redo changes should be generated |