Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimInstanceProxy
Description
Set the optional animation interpolation type override. When not set, it will use the interpolation type set inside the animation asset.
| Name | SetInterpolationOverride |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimInstanceProxy.h |
| Include Path | #include "Animation/AnimInstanceProxy.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimInstanceProxy.cpp |
void SetInterpolationOverride
(
TOptional < EAnimInterpolationType > InterpolationType
)