Navigation
API > API/Runtime > API/Runtime/AnimationCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAnimationDataSourceRegistry
References
| Module | AnimationCore |
| Header | /Engine/Source/Runtime/AnimationCore/Public/AnimationDataSource.h |
| Include | #include "AnimationDataSource.h" |
Syntax
class UAnimationDataSourceRegistry : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ContainsSource
(
const FName& InName |
Returns true if this registry contains a source with the given name | |
| bool | RegisterDataSource
(
const FName& InName, |
Registers a new data source under a given name. | |
| T * | RequestSource
(
const FName& InName |
Returns a given data source and cast it to the expected class. | |
| UObject * | RequestSource
(
const FName& InName, |
Returns a given data source and cast it to the expected class. | |
| bool | UnregisterDataSource
(
const FName& InName |
Unregisters / removes an existing data source under a given name. |