Skip to content

Possible issue with Hook_UPrimalInventoryComponent_RemoveArkTributeItem ( ? )  #2

Description

@LukaZagar

Reporting a possible issue with generating a hook for UPrimalInventoryComponent.RemoveArkTributeItem

Namely when generating aforementioned hook , the outputted function is

bool  Hook_UPrimalInventoryComponent_RemoveArkTributeItem(UPrimalInventoryComponent* _this, FItemNetID* itemID, unsigned int Quantity)
{
   return UPrimalInventoryComponent_RemoveArkTributeItem_original(_this, itemID, int);
}

And Visual Studio reports E0254 ( type name is not allowed ) , changing to

return UPrimalInventoryComponent_RemoveArkTributeItem_original(_this, itemID, Quantity);

Fixes the issue; Please close the ticket if this is normal behavior and the issue is on my end, Thanks !

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions