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?
GabUECV
(GabUECV)
2
=> BindDynamic (in bold: a “N” and not a “M”!!)
Thank you soo much, bro you don’t know how long i’ve searched for the solution XDD. Thank you
1 Like
system
(system)
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.