It gives me the error C2039
“BindDymamic” isn’t a member of “FOnTimelineFloat”
if(CurveFloat)
{
FOnTimelineFloat TimelineProgress;
TimelineProgress.BindDymamic(this, &ADoorActor::OpenDoor);
Timeline.AddInterpFloat(CurveFloat, TimelineProgress);
}
Does Anybody know how to fix this error?