I used
UPROPERTY(EditAnywhere)
float TargetYaw = -90.f;
but every time I try to edit Target Yaw in editor, nothing happens, doors still open 90 degrees, even if i put any other number. Any solutions? I am using 4.26
I used
UPROPERTY(EditAnywhere)
float TargetYaw = -90.f;
but every time I try to edit Target Yaw in editor, nothing happens, doors still open 90 degrees, even if i put any other number. Any solutions? I am using 4.26
I found the answer in the comments, reloading the engine seems to fix the problem. Just alt f4 then reload
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.