Navigation
API > API/Plugins > API/Plugins/AnimationBudgetAllocator > API/Plugins/AnimationBudgetAllocator/IAnimationBudgetAllocator
Description
Set the significance and other flags for the specified component. This information is used to dynamically control the tick rate of the component.
| Name | SetComponentSignificance |
| Type | function |
| Header File | /Engine/Plugins/Runtime/AnimationBudgetAllocator/Source/AnimationBudgetAllocator/Public/IAnimationBudgetAllocator.h |
| Include Path | #include "IAnimationBudgetAllocator.h" |
void SetComponentSignificance
(
USkeletalMeshComponentBudgeted * Component,
float Significance,
bool bNeverSkip,
bool bTickEvenIfNotRendered,
bool bAllowReducedWork,
bool bForceInterpolate
)