When i create a class Blueprint i dont find a way to call the function, it doesnt show in the function section when i edit the Graph. Maybe there is another spot where i have to look ? (I want to call the function in the construction script to calculate the positions of new objects and return these in a Array - so i can do the actual spawning in Blueprint)
Thanks for you answer! I changed the signature like you suggested, but i still cannot find the function in the editor. It doesnt show when i try to type the name in the “All possible actions” Box that comes up when rightclicking in the EventGraph or ConstructionScript Window. Also it is not on the left hand side under functions or variables. The Blueprint was created as a Class Blueprint so technically it should have access to its parent class AHexGrid’s functions right ?
I tried now to create a new project, then add a new c++ class with various functions that return something or dont and have parameter or not. (All have BlueprintCallable and a Category) None of them show in the Blueprint Graph when i create a Class Blueprint. Variables do show if I check “Show Inherited Variables” but Functions are nowhere to be found. (There is no “Show Ihnherited Functions”. I would love an example how to do it right, i cant seem to figure it out.