UFUNCTION() is really a C++ function, but with additional metadata that makes it accessible to Blueprints. This can be incredibly useful in allowing your designers to have access to functions that you've written.
UFUNCTION() is really a C++ function, but with additional metadata that makes it accessible to Blueprints. This can be incredibly useful in allowing your designers to have access to functions that you've written.