Changing "Return Value" display in BP

NVM. I just found my answer. You declare the parameter like this

void Foo(AActor*& ReturnedActor);

1 Like