IAnimationDataControllerModule::GetController

Returns [UAnimationDataController](API\Runtime\Engine\Animation\AnimData\UAnimationDataController) instance, with optional outer, wrapped in a [TScriptInterface](API\Runtime\CoreUObject\UObject\TScriptInterface) of its implement [IAnimationDataController](API\Runtime\Engine\Animation\AnimData\IAnimationDataController) interface

Unreal Engine C++ API Reference > Developer > AnimationDataController > IAnimationDataControllerModule

References

   
Module AnimationDataController
Header /Engine/Source/Developer/AnimationDataController/Public/IAnimationDataControllerModule.h
Include #include "IAnimationDataControllerModule.h"
[TScriptInterface](API\Runtime\CoreUObject\UObject\TScriptInterface)< [IAnimationDataController](API\Runtime\Engine\Animation\AnimData\IAnimationDataController) > GetController
(
    [UObject](API\Runtime\CoreUObject\UObject\UObject) * Outer
)

Remarks

Returns UAnimationDataController instance, with optional outer, wrapped in a TScriptInterface of its implement IAnimationDataController interface


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library