Following the simple shooter tutorial: Creating Gun C++ root component and skeletal mesh component, however, I get the error “‘SetupAttachment’: is not a member of ‘USkeletalMesh’”
That would suggest your variable is of type USkeletalMesh
and not USkeletalMeshComponent
Ahh, thanks Dan!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.