Nakama Unreal Plugin: Missing CacheableCursor Field in FNakamaChannelMessageList #138
Open
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
Labels
No labels