Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IAnimationDataController
Description
Removes all stored attributes. Broadcasts a EAnimDataModelNotifyType::AttributeRemoved notify for each removed attribute.
| Name | RemoveAllAttributes |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include Path | #include "Animation/AnimData/IAnimationDataController.h" |
UFUNCTION (BlueprintCallable, Category=AttributeData)
int32 RemoveAllAttributes
(
bool bShouldTransact
)
Total number of removes attributes
Parameters
| Name | Remarks |
|---|---|
| bShouldTransact | Whether or not any undo-redo changes should be generated |