Navigation
API > API/Plugins > API/Plugins/AnimationBudgetAllocator
| Name | IAnimationBudgetAllocatorModule |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AnimationBudgetAllocator/Source/AnimationBudgetAllocator/Public/IAnimationBudgetAllocatorModule.h |
| Include Path | #include "IAnimationBudgetAllocatorModule.h" |
Syntax
class IAnimationBudgetAllocatorModule : public FDefaultGameModuleImpl
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IAnimationBudgetAllocator * GetBudgetAllocatorForWorld
(
UWorld* World |
Get a budgeter for a specific world. | IAnimationBudgetAllocatorModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IAnimationBudgetAllocator * Get
(
UWorld* World |
Get a budgeter for a specific world. | IAnimationBudgetAllocatorModule.h |