Is it possible to define a function in the level blueprint and then use it inside a blueprint actor? I want to implement the following function globally:
Can I check some option so that it can be called from the Blueprint of some BP_Actor?
To access from any actor, you should create a BlueprintFunctionLibrary and define your function here.