Navigation
API > API/Runtime > API/Runtime/AnimationCore > API/Runtime/AnimationCore/UAnimationDataSourceRegistry
Description
Registers a new data source under a given name. Returns false in case the data source has already been registered.
| Name | RegisterDataSource |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/AnimationDataSource.h |
| Include Path | #include "AnimationDataSource.h" |
| Source | /Engine/Source/Runtime/AnimationCore/Private/AnimationDataSource.cpp |
bool RegisterDataSource
(
const FName & InName,
UObject * InDataSource
)
true if succeeded
Parameters
| Name | Remarks |
|---|---|
| InName | The name to register the data source under |
| InDataSource | The data source to register |