Hi there,
I just followed this instructions but i could only get the character name!
Can you explain me how to get the CharacterId? because It request for updating its Data,Statistic and such things!
Target is server.
Thanks your help!
Answer by SethDu · 2 days ago
I have tried to reproduce this issue but my blueprint works fine. It should be very similar to yours. Would you check the nodes again?
The log outputs seems to be correct:
LogBlueprintUserMessages:[Test_C_1] FighterDude-- 3D8620DCD494E693--Blue Warrior LogBlueprintUserMessages:[Test_C_1] FighterDude2-- B1535F8763931012--AAAAAA LogBlueprintUserMessages:[Test_C_1] FighterDude2-- D784CA9010147E47—AAAAAA
Answer by Tibor Dandi · yesterday
hey
Well mine shows : 0
For I'd and type .
Could you show me your whole blueprint parts please ? (Get all user character )
I use server version .
Thanks
Sure. Please check Get Character Test > BlueprintUE.com | PasteBin For Unreal Engine 4. I have changed to Server API.
Meanwhile, even though we don't add any Print node, the PlayFab UE4 SDK will generate the full callback content in the log, which will be like:
LogPlayFab: Response : {"code":200,"status":"OK","data":{"Characters":[{"CharacterId":"3D8620DCD494E693","CharacterName":"FighterDude","CharacterType":"Blue Warrior"},{"CharacterId":"B1535F8763931012","CharacterName":"FighterDude2","CharacterType":"AAAAAA"},{"CharacterId":"D784CA9010147E47","CharacterName":"FighterDude2","CharacterType":"AAAAAA"}]}}<br>
Please double-check that you can see this log and make sure the player has the characters.
Answer by Tibor Dandi · yesterday
hey thanks i was using "number fields" instead "string fields" now its ok!
thanky!!
Also can you tell me why the error says:
"Kills" is not a valid statistic name?
What is the good way to set the statistic name and the value what I want to update for the selected character?
thanks!
Answer by Tibor Dandi · yesterday
this is how i set the updating json:
here is the error at the end:
well i would like to update the Character statistic and not player statistic, as you can see i used :
And the character is already exist and having the Kills statistic what i added when i grantet the character at "add title data"
How to create a character for each playfabid? 1 Answer
ModifyItemUSes On Character Inventory... 2 Answers
How do I get character inventory data from another player's character? 1 Answer
How to give player EXP after battle? and How to reward player after level up? 1 Answer
Possible to query all users for the same characterID?,Can I query all character IDs on a server? 2 Answers