Can't rotate SpringArm

Hi. I did something and now I can’t rotate my SpringArm. Also when I click the component, the Details tab is empty (Look screen shot). How cna I fix that?

1 Like

Try commenting out the UPROPERTY, compile, uncommenting the UPROPERTY and compile again? Also have you tried restarting the editor?

6 Likes

I tried that, didn’t help.

Are you sure that the UPROPERTY is set correctly ?
like this:

UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category="Components", meta=(AllowPrivateAccess="true")) 
USpringArmComponent* SpringArm;

If it doesn’t help, try to re-compile, and relaunch the editor

Hm… that’s weird. I can rotate SpringArm in Main scene. I also can see there a content in Details. But only when I enter my BP_PawnTank, there is an empty Details tab.

Try deleting and making a new child BP_PawnTank.

Fixed that by commenting and compiling, then uncommenting some more code and that’s helped. Thanks for help!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms