What is the macro in C++? How it is defined? How to used it? Why we need this? ``` UPROPERTY(VisibleAnywhere) float OpenAngle = 45.0f; UPROPERTY(EditAnywhere) ATriggerVolume* PressurePlate; ```
What is the macro in C++?
How it is defined?
How to used it?
Why we need this?