AnimMontage and AnimNotify Callback to Code

Welcome to UE4 IndyGoof!

Nice to have you here!

Can you post your code where you are wanting to call PC functions in C++ ?

If you just need to access your PC from an odd location, you can use ObjectIterator

Wiki Link


TObjectIterator<AMyPC> ThePC;
if(!ThePC) return;
ThePC->Function();