Navigation
API > API/Plugins > API/Plugins/AnimationBudgetAllocator > API/Plugins/AnimationBudgetAllocator/IAnimationBudgetAllocator
Description
Add external time spent on animation that should come out of the Animation Budget but is not accounted for in the ABA update. TimeSpent is accumulated and spent each frame, it is reset to 0 each time it is used.
| Name | AddExternalAnimationTimeSpentThisFrame |
| Type | function |
| Header File | /Engine/Plugins/Runtime/AnimationBudgetAllocator/Source/AnimationBudgetAllocator/Public/IAnimationBudgetAllocator.h |
| Include Path | #include "IAnimationBudgetAllocator.h" |
void AddExternalAnimationTimeSpentThisFrame
(
float TimeSpent
)