error C2039

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?

=> BindDynamic (in bold: a “N” and not a “M”!!) :wink:

Thank you soo much, bro you don’t know how long i’ve searched for the solution XDD. Thank you

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.