I've got a cryopod's UPrimalItem and FItemNetInfo. How can I get the cryopodded dino's blueprint, name, level, health point, melee damage point and so on?
Hi, I'm coming again with another problem. How can I hook throw cryopod to deploy a creature method? What is the hook's name?
If anyone could tell me. Thank you.
I tried the code below, but it doesn't work. How can I get structure's position?
const auto& actors = ArkApi::GetApiUtils().GetWorld()->PersistentLevelField()->GetActorsField();
for (AActor* actor : actors)
{
actor->DefaultActorLocationField();
}
Hello everyone, Now I can get a dino's relativelocation. I want to convert the x,y,z location value to GPS location value (lat,long). But it seems not work on TheCenter. I paste the code below, how can I improve it ?
-------------------------------------------------------------------
const...
Hi,
I found a bug about level in Shop, Currency & Kits. In Arkshop plugin. I set MinLevel param to 100 and when a level 1 player rides a level 100 dinosaur, he can use this kit which needs level 100.
Does anyone have a solution?
Hi,
I'm trying to get player's level. But with the method below, when player was riding a dinosaur, I found the result value was dinosaur's level , not the player's.
How can I get player's level when the player is riding a dinosaur?