//i create a box collision
Mybox = CreateDefaultSubobject<UBoxComponent>(TEXT("MyCustomBoxComponent"));
i bind the event on the beginplay:
and i write these functions
i also check myplayer and the actor:
this is the box collision actor:
my character:
but it doesn’t work
i really need help