Skip to content

Boolean FGACustomValue gets omitted #29

@CanGoktas-Nar

Description

@CanGoktas-Nar

I encountered a issue where im sending a value_bool FGACustomValue to a design event:

CustomFields.Set(TEXT("IsBossLevel"), LevelDataAsset->bIsBossLevel); where bIsBossLevel is a boolean. I tried to send true instead of this but result was the same.

When i look at the ga_log.txt, it throws an warning just before design event that says:

Warning/GameAnalytics : validateAndCleanCustomFields: entry with key=IsBossLevel has been omitted because its value is not a string or number
and its not included in the event's json log.

Other non-boolean FGACustomValues have no problems.

Plugin version = v6.1.0
UE version = 5.6.1
Platform = Windows
Build = Development

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions