Is it possible to create a plugin that can change runtime variables

I’m Currently doinng a project for my university and relatively new to CPP but mainly struggling with the UE5 side of things. As I want to Create a plugin that takes in a float variable or any variable through the Editor window and then send that value to another actor in the scene. Then debug print that value during runtime.