Looks like you forgot to include the header file for UGrabber.
The Grab function won’t link because it’s in UMyGrabberActor in the header but the signature is for UGrabber::Grab()
Yeah that got it. Thanks.
This code should work, but it doesn’t. What am i missing here?