Skip to content

Commit

Permalink
DX-2669
Browse files Browse the repository at this point in the history
feat: added device model info for bridge analytics
  • Loading branch information
YermekG committed Feb 22, 2024
1 parent 4d865de commit 4b7c700
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Immutable/Public/Immutable/ImmutableDataTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ struct FImmutableEngineVersionData
// cannot have spaces
UPROPERTY()
FString platformVersion = FPlatformMisc::GetOSVersion().Replace(TEXT(" "), TEXT("_"));

// Information on device. Examples of expected results: Apple|Apple M3 Max, GenuineIntel|13th Gen Intel(R) Core(TM) i7-13700H, Apple|iPhone15,4.
UPROPERTY()
FString deviceModel = FGenericPlatformMisc::GetDeviceMakeAndModel();
};

USTRUCT()
Expand Down

0 comments on commit 4b7c700

Please sign in to comment.