Navigation
API > API/Runtime > API/Runtime/AnimationCore > API/Runtime/AnimationCore/UAnimationDataSourceRegistry
References
| Module | AnimationCore |
| Header | /Engine/Source/Runtime/AnimationCore/Public/AnimationDataSource.h |
| Include | #include "AnimationDataSource.h" |
| Source | /Engine/Source/Runtime/AnimationCore/Private/AnimationDataSource.cpp |
bool UnregisterDataSource
(
const FName & InName
)
Remarks
Unregisters / removes an existing data source under a given name. Returns false in case the data source has already been unregistered. true if succeeded
Parameters
| Name | Description |
|---|---|
| InName | The name of the data source to remove |