most likely because UAnimInstance is abstract declaration, at first line you just saying about variable type, at second line you are trying to access specific members but since it is abstract it doesn’t have one.
most likely because UAnimInstance is abstract declaration, at first line you just saying about variable type, at second line you are trying to access specific members but since it is abstract it doesn’t have one.