Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore > API/Plugins/PropertyAnimatorCore/UPropertyAnimatorCoreComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
InAnimatorClass * AddAnimator () |
Adds a new controller and returns it casted | Components/PropertyAnimatorCoreComponent.h | |
UPropertyAnimatorCoreBase * AddAnimator
(
const UClass* InAnimatorClass |
Adds a new animator of that class | Components/PropertyAnimatorCoreComponent.h |
AddAnimator()
Description
Adds a new controller and returns it casted
| Name | AddAnimator |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Components/PropertyAnimatorCoreComponent.h |
| Include Path | #include "Components/PropertyAnimatorCoreComponent.h" |
template<typename InAnimatorClass, typename>
InAnimatorClass * AddAnimator()
AddAnimator(const UClass *)
Description
Adds a new animator of that class
| Name | AddAnimator |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Components/PropertyAnimatorCoreComponent.h |
| Include Path | #include "Components/PropertyAnimatorCoreComponent.h" |
| Source | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Private/Components/PropertyAnimatorCoreComponent.cpp |
UPropertyAnimatorCoreBase * AddAnimator
(
const UClass * InAnimatorClass
)