Navigation
API > API/Runtime > API/Runtime/AnimationCore > API/Runtime/AnimationCore/UAnimationDataSourceRegistry
Description
Unregisters / removes an existing data source under a given name. Returns false in case the data source has already been unregistered.
| Name | UnregisterDataSource |
| 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 UnregisterDataSource
(
const FName & InName
)
true if succeeded
Parameters
| Name | Remarks |
|---|---|
| InName | The name of the data source to remove |