Where is NPC base health found?

I looked through the entire character sheet three times and the AI sheet twice.

Pretty sure I’m just blind. Anybody point me in the right direction?

Just add a variable, name it “health”, type float or integer, then in the Event graph add “Event OnBeginPlay”, add “Set health” 100.

Update: Oh i see this is from ARK, so i guess just ignore my message :slight_smile:

Yeah :stuck_out_tongue:

Thanks anyway, Unit. Much appreciated.

Thought i saw Health field in one of the bp. MHmmmmm

For the player character, in the PlayerCharacterStatusComponent. For Dinos, in their respective DinoCharacterStatusComponent files. These files are found in the CoreBlueprints folder.

Thank you, Sench.