Operating System Simulator Plugin  3.5.1
Unreal Engine plugin that simulates an Operating System Environment
Loading...
Searching...
No Matches
FOperatingSystemStoreApps Struct Reference

Represents a structure that stores information about operating system store apps. More...

#include "OperatingSystemStoreTypes.h"

Public Member Functions

 FOperatingSystemStoreApps ()=default
 

Public Attributes

TArray< FOperatingSystemStoreProgramDataStoreProgram
 
TArray< float > AverageRatings
 

Detailed Description

Represents a structure that stores information about operating system store apps.

This structure contains an array of FOperatingSystemStoreProgramData which represents data about each store program. It also includes an array of floating-point numbers to store average ratings for the group of operating system store apps. The average ratings are in the range of 0.0 to 5.0 and can be used for various operations, such as filtering apps, calculating overall average, etc.

Constructor & Destructor Documentation

◆ FOperatingSystemStoreApps()

FOperatingSystemStoreApps::FOperatingSystemStoreApps ( )
default

Default constructor.

Member Data Documentation

◆ AverageRatings

TArray<float> FOperatingSystemStoreApps::AverageRatings

Represents the average ratings for a group of operating system store apps. The ratings are stored as floating-point numbers in the range of 0.0 to 5.0.

This variable can be used to track and display the average ratings of operating system store apps and perform operations, such as finding the highest or lowest rating, calculating the overall average, or filtering apps based on their ratings.

◆ StoreProgram

TArray<FOperatingSystemStoreProgramData> FOperatingSystemStoreApps::StoreProgram

StoreProgram stores information about operating system store programs.

FOperatingSystemStoreProgramData is a structure that represents data about a store program.


The documentation for this struct was generated from the following file: