How can i access level blueprint custom event in a class BP?

If you’re trying to trigger an event that is in the level blueprint, it’s likely your approach is far from ideal. From your description I can see no reason why the level blueprint should be involved, you should only need a character blueprint, an apple blueprint and potentially a hunger system blueprint, though the hunger system should probably be a part of the character,

Why are you trying to access a level blueprint?