Class EOS_Achievements_QueryDefinitionsOptions

java.lang.Object
com.sun.jna.Structure
host.anzo.eossdk.eos.sdk.achievements.options.EOS_Achievements_QueryDefinitionsOptions
Direct Known Subclasses:
EOS_Achievements_QueryDefinitionsOptions.ByReference, EOS_Achievements_QueryDefinitionsOptions.ByValue

@FieldOrder({"ApiVersion","LocalUserId","EpicUserId_DEPRECATED","HiddenAchievementIds_DEPRECATED","HiddenAchievementsCount_DEPRECATED"}) public class EOS_Achievements_QueryDefinitionsOptions extends com.sun.jna.Structure
Input parameters for the EOS_Achievements_QueryDefinitions function.
Since:
8/19/2023
  • Field Details

    • EOS_ACHIEVEMENTS_QUERYDEFINITIONS_API_LATEST

      public static final int EOS_ACHIEVEMENTS_QUERYDEFINITIONS_API_LATEST
      The most recent version of the EOS_Achievements_QueryDefinitions struct.
      See Also:
    • ApiVersion

      public int ApiVersion
    • LocalUserId

      public EOS_ProductUserId LocalUserId
      Product User ID for user who is querying definitions. The localized text returned will be based on the locale code of the given user if they have a linked Epic Account ID. The localized text returned can also be overridden using EOS_Platform_SetOverrideLocaleCode to override the locale. If the locale code is not overridden and LocalUserId is not valid, default text will be returned.
    • EpicUserId_DEPRECATED

      public EOS_EpicAccountId EpicUserId_DEPRECATED
      Deprecated
    • HiddenAchievementIds_DEPRECATED

      public com.sun.jna.ptr.PointerByReference HiddenAchievementIds_DEPRECATED
      Deprecated
    • HiddenAchievementsCount_DEPRECATED

      public int HiddenAchievementsCount_DEPRECATED
      Deprecated
  • Constructor Details

    • EOS_Achievements_QueryDefinitionsOptions

      public EOS_Achievements_QueryDefinitionsOptions()
    • EOS_Achievements_QueryDefinitionsOptions

      public EOS_Achievements_QueryDefinitionsOptions(com.sun.jna.Pointer peer)