I fixed it I am able to fix it now. Also how would you do blueprintimplementableevent. This how I setup the blueimplementable
AMYJessica.h
Unfuncion(BlueimplementableEvent,Category =“Damages”)
Void CalculateValue_Implementable();
.cop
AMyjessica::CalculateValue_Implementable()
{
;do something
}
That is correct right?