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 RemoveCurveKey
(
const FAnimationCurveIdentifier & CurveId,
float Time,
bool bShouldTransact
)
Remarks
Remove a single key from the curve with provided identifier and name. Broadcasts a EAnimDataModelNotifyType::CurveChanged notify if successful. Whether or not the curve key was successfully removed
Parameters
| Name | Description |
|---|---|
| CurveId | Identifier for the curve for which the key is to be removed |
| Time | Time of the key to be removed |
| bShouldTransact | Whether or not any undo-redo changes should be generated |