Navigation
API > API/Runtime > API/Runtime/AnimationCore > API/Runtime/AnimationCore/UAnimationDataSourceRegistry > API/Runtime/AnimationCore/UAnimationDataSourceRegistry/RequestSource
References
| Module | AnimationCore |
| Header | /Engine/Source/Runtime/AnimationCore/Public/AnimationDataSource.h |
| Include | #include "AnimationDataSource.h" |
| Source | /Engine/Source/Runtime/AnimationCore/Private/AnimationDataSource.cpp |
UObject &42; RequestSource
&40;
const FName & InName,
UClass &42; InExpectedClass
&41; const
Remarks
Returns a given data source and cast it to the expected class. The requested data source
Parameters
| Name | Description |
|---|---|
| InName | The name of the data source to look up. |
| InExpectedClass | The class expected from the data source |