Typo in AnimSequence

void SetRawNumberOfFrame(int32 InNumFrames)

should be

void SetRawNumberOfFrames(int32 InNumFrames)

(notice the S at the end of frameS)

Regards, Víctor

Would you mind reporting this via our submission form for our teams to track?