Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData > API/Runtime/Engine/Animation/AnimData/IAnimationDataController
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include | #include "Animation/AnimData/IAnimationDataController.h" |
UFUNCTION (BlueprintCallable, Category=AnimationData)
void SetModel
(
TScriptInterface < IAnimationDataModel > InModel
)
Remarks
Sets the AnimDataModel instance this controller is supposed to be targeting
Parameters
| Name | Description |
|---|---|
| InModel | IAnimationDataModel instance to target |