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

Represents a user that has logged into the operating system's store review. More...

#include "OperatingSystemStoreTypes.h"

Public Member Functions

FORCEINLINE bool IsValid () const
 
 FOperatingSystemStoreReviewUser ()
 
 FOperatingSystemStoreReviewUser (const FOperatingSystemStoreReviewUser &Other)
 

Public Attributes

FText Username
 
FText ReviewDescription
 
uint8 SubmittedRating
 

Detailed Description

Represents a user that has logged into the operating system's store review.

This struct contains information about the user, including their username, review description, and submitted rating. It also includes functions to check the validity of the user and to compare two instances of the struct.

Constructor & Destructor Documentation

◆ FOperatingSystemStoreReviewUser() [1/2]

FOperatingSystemStoreReviewUser::FOperatingSystemStoreReviewUser ( )
inline

◆ FOperatingSystemStoreReviewUser() [2/2]

FOperatingSystemStoreReviewUser::FOperatingSystemStoreReviewUser ( const FOperatingSystemStoreReviewUser & Other)
inline

Member Function Documentation

◆ IsValid()

FORCEINLINE bool FOperatingSystemStoreReviewUser::IsValid ( ) const
inline

Checks if the Username is not empty or whitespace and if the SubmittedRating is less than or equal to 5.

Returns
True if the OperatingSystemStoreReviewUser object is valid, false otherwise.
Here is the caller graph for this function:

Member Data Documentation

◆ ReviewDescription

FText FOperatingSystemStoreReviewUser::ReviewDescription

Represents the review description provided by the user in the operating system's store review.

Note
The length of the review description should be limited to the maximum allowed length by the operating system's store.

◆ SubmittedRating

uint8 FOperatingSystemStoreReviewUser::SubmittedRating

The rating submitted by the user for the operating system store review.

This variable represents the rating submitted by the user for the operating system store review. The rating should be an integer value between 1 and 5, inclusive.

Remarks
Make sure to validate the value of this variable before using it.

◆ Username

FText FOperatingSystemStoreReviewUser::Username

The username of the user logged into the OperatingSystemStoreReviewUser.


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