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

Basic information regarding an operating system setting module. More...

#include "OperatingSystemSettingModuleInfo.h"

Public Member Functions

bool IsValid () const
 Check if the operating system setting module is valid by checking Title and Description of the module are neither empty nor whitespace.
 
FORCEINLINE bool operator== (const FOperatingSystemSettingModuleInfo &Other) const
 
 FOperatingSystemSettingModuleInfo ()
 

Public Attributes

FText Title
 
FText Description
 
TSoftObjectPtr< UObject > Icon
 

Friends

FORCEINLINE friend uint32 GetTypeHash (const FOperatingSystemSettingModuleInfo &Other)
 Calculates the hash value for the given FOperatingSystemSettingModuleInfo object. This method calculates the hash value for the given FOperatingSystemSettingModuleInfo object by combining the hash values of its Title, Description, and Icon properties.
 

Detailed Description

Basic information regarding an operating system setting module.

Constructor & Destructor Documentation

◆ FOperatingSystemSettingModuleInfo()

FOperatingSystemSettingModuleInfo::FOperatingSystemSettingModuleInfo ( )
inline

Member Function Documentation

◆ IsValid()

bool FOperatingSystemSettingModuleInfo::IsValid ( ) const
inline

Check if the operating system setting module is valid by checking Title and Description of the module are neither empty nor whitespace.

Returns
True if the operating system setting module is valid, false otherwise.

◆ operator==()

FORCEINLINE bool FOperatingSystemSettingModuleInfo::operator== ( const FOperatingSystemSettingModuleInfo & Other) const
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

FORCEINLINE friend uint32 GetTypeHash ( const FOperatingSystemSettingModuleInfo & Other)
friend

Calculates the hash value for the given FOperatingSystemSettingModuleInfo object. This method calculates the hash value for the given FOperatingSystemSettingModuleInfo object by combining the hash values of its Title, Description, and Icon properties.

Parameters
OtherThe FOperatingSystemSettingModuleInfo object for which to calculate the hash value.
Returns
The hash value of the Other object.

Member Data Documentation

◆ Description

FText FOperatingSystemSettingModuleInfo::Description

A description for this module.

◆ Icon

TSoftObjectPtr<UObject> FOperatingSystemSettingModuleInfo::Icon

Seriously? A tooltip....for this. This is obvious right? ¯_(ツ)_/¯

◆ Title

FText FOperatingSystemSettingModuleInfo::Title

User facing title.


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