Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData > API/Runtime/Engine/Animation/AnimData/IAnimationDataController
- IAnimationDataController::SetCurveFlags()
- UAnimDataController::SetCurveFlags()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include | #include "Animation/AnimData/IAnimationDataController.h" |
bool SetCurveFlags
&40;
const FAnimationCurveIdentifier & CurveId,
int32 Flags,
bool bShouldTransact
&41;
Remarks
Replace the flags for the curve with provided identifier. Broadcasts a EAnimDataModelNotifyType::CurveFlagsChanged notify if successful. Whether or not the flag mask was successfully set
Parameters
| Name | Description |
|---|---|
| CurveId | Identifier for the curve for which the flag state is to be set |
| Flags | Flag mask with which the existing flags are to be replaced |
| bShouldTransact | Whether or not any undo-redo changes should be generated |