Navigation
API > API/Developer > API/Developer/AnimationDataController
Inheritance Hierarchy
- IModuleInterface
- IAnimationDataControllerModule
References
| Module | AnimationDataController |
| Header | /Engine/Source/Developer/AnimationDataController/Public/IAnimationDataControllerModule.h |
| Include | #include "IAnimationDataControllerModule.h" |
Syntax
class IAnimationDataControllerModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| TScriptInterface< IAnimationDataController > | GetController
(
UObject* Outer |
Returns UAnimationDataController instance, with optional outer, wrapped in a TScriptInterface of its implement IAnimationDataController interface |