Why does UAnimSequence have half of the functions marked WITH_EDITOR?
Inside the game I wanted to create a UAnimSequence(From Current Pos) to then Blend(UBlendSpace) it with another UAnimSequence.
But all functions( CreateAnimation(USkeletalMeshComponent*) ) are blocked!
And what should I do now?