Navigation
API > API/Developer > API/Developer/AnimationDataController > API/Developer/AnimationDataController/UAnimDataController
- IAnimationDataController::RemoveCurveKey()
- UAnimDataController::RemoveCurveKey()
References
| Module | AnimationDataController |
| Header | /Engine/Source/Developer/AnimationDataController/Public/AnimDataController.h |
| Include | #include "AnimDataController.h" |
| Source | /Engine/Source/Developer/AnimationDataController/Private/AnimDataController.cpp |
virtual bool RemoveCurveKey
&40;
const FAnimationCurveIdentifier & CurveId,
float Time,
bool bShouldTransact
&41;
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 |