Hi, I am very new to UE5 and blueprints. I have completed some tutorials on hand animations and sockets.
To be brief, i am trying spawn a flashlight in my level, be able to walk over to it and pick it up, and then be able to toggle it on and off.
All tutorials tell me that there should be a get attached actors node but I cant seem to find it.
I have:
-Created a custom input mapping to desired buttons
- Set up the flip flop function as the toggle switch in the torch_BP
- Tried to cast to the torch_bp with VR Pawn event graph to call the toggle
The cast node is asking for an object that I cant seem to figure out, this is where the previously mentioned get attached actors node is supposed to be.
If anyone could help that would be appreciated. Thanks