Hi everyone,
I’m trying now for hours to cast to my BP without any success. Hope you can help.
I have a character class “0_Base” and try to cast to an actor class “BP_Rotator”. Whatever Object I connect to the cast note “Cast To BP_Rotator” in my 0_Base BP fails.
I tried: GetOwner, GetParentActor that just fails because the variable I’m setting is empty.
GetPlayerController and GetPlayerCharacter gives me a warning “…Does not inherit from…”
I got the point that my cast has to know what object I’m referring to, but I really struggle with what the object is in some cases.