Skip to content

Nakama Unreal Plugin: Missing CacheableCursor Field in FNakamaChannelMessageList #138

Open
@LiemTT24

Description

When using the Nakama Console API to retrieve channel messages via the listchannelmessages endpoint, the response always includes a cacheable_cursor field. However, the FNakamaChannelMessageList struct in the Unreal Engine Nakama plugin does not have a corresponding field to capture this value.

This leads to a mismatch between the server response and the plugin's API implementation, making it impossible to use cacheable_cursor in Unreal Engine projects.

The FNakamaChannelMessageList struct should have a cacheable_cursor field to match the API response, allowing developers to retrieve and use this value.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions