Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
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 |
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.
|
inline |
|
inline |
|
inline |
Checks if the Username is not empty or whitespace and if the SubmittedRating is less than or equal to 5.
FText FOperatingSystemStoreReviewUser::ReviewDescription |
Represents the review description provided by the user in the operating system's store review.
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.
FText FOperatingSystemStoreReviewUser::Username |
The username of the user logged into the OperatingSystemStoreReviewUser.