Where are you guys finding your information?

Hi there! I’m extremely new to verse (Only started a few hours ago) and i’m having trouble finding information on some key topics.

Where can I find all methods/functions that can effect a fort_character? For example, I see that i can use .Damage() and .Heal() but i’ve only found those thanks to the verse lessons.

Where can I find out how to increase max health? Player speed? Stuff like that.

Thank you!

From the Verse Explorer in UEFN, if you open up Fortnite.digest.verse I believe all the info is there.

So for example, open the file in VSCode, hit CTRL+F, and find fort_character.

fort_character<native><public> := interface<unique><epic_internal>(positional, healable, healthful, damageable, shieldable, game_action_instigator, game_action_causer):

You’ll notice healable and damageable interfaces here. Search for those and you’ll see the Heal and Damage methods you mentioned.

4 Likes

Thanks, Ampar! I have been looking for this info for a month now! :slight_smile:

1 Like