Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IAnimationDataController
Description
Removes an attribute, if found, with the provided information. Broadcasts a EAnimDataModelNotifyType::AttributeRemoved notify if successful.
| Name | RemoveAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include Path | #include "Animation/AnimData/IAnimationDataController.h" |
UFUNCTION (BlueprintCallable, Category=AttributeData)
bool RemoveAttribute
(
const FAnimationAttributeIdentifier & AttributeIdentifier,
bool bShouldTransact
)
Whether or not the attribute was successfully removed
Parameters
| Name | Remarks |
|---|---|
| AttributeIdentifier | Identifier for the to-be-removed attribute |
| bShouldTransact | Whether or not any undo-redo changes should be generated |