Navigation
Unreal Engine C++ API Reference > Runtime > AnimationCore > UAnimationDataSourceRegistry > RequestSource
References
Module | AnimationCore |
Header | /Engine/Source/Runtime/AnimationCore/Public/AnimationDataSource.h |
Include | #include "AnimationDataSource.h" |
template<class T>
T * RequestSource
(
const FName & InName
) 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. |