![]() |
Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
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. | |
Basic information regarding an operating system setting module.
|
inline |
|
inline |
Check if the operating system setting module is valid by checking Title and Description of the module are neither empty nor whitespace.
|
inline |
|
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.
| Other | The FOperatingSystemSettingModuleInfo object for which to calculate the hash value. |
Other object. | FText FOperatingSystemSettingModuleInfo::Description |
A description for this module.
| TSoftObjectPtr<UObject> FOperatingSystemSettingModuleInfo::Icon |
Seriously? A tooltip....for this. This is obvious right? ¯_(ツ)_/¯
| FText FOperatingSystemSettingModuleInfo::Title |
User facing title.