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

#include "OperatingSystemSize.h"

Public Member Functions

 FOperatingSystemSizeInMB ()
 
 FOperatingSystemSizeInMB (const double Size)
 

Static Public Member Functions

static FORCEINLINE double GetValue (const double &TestSizeInBytes)
 A static method that calculates the value of a given test size in bytes and converts it to megabytes.
 

Public Attributes

const double SizeInBytes
 

Detailed Description

Represents the size of an operating system in megabytes.

Constructor & Destructor Documentation

◆ FOperatingSystemSizeInMB() [1/2]

FOperatingSystemSizeInMB::FOperatingSystemSizeInMB ( )
inline

◆ FOperatingSystemSizeInMB() [2/2]

FOperatingSystemSizeInMB::FOperatingSystemSizeInMB ( const double Size)
inlineexplicit

Member Function Documentation

◆ GetValue()

static FORCEINLINE double FOperatingSystemSizeInMB::GetValue ( const double & TestSizeInBytes)
inlinestatic

A static method that calculates the value of a given test size in bytes and converts it to megabytes.

This method takes the test size in bytes and calculates its value in megabytes. The calculated value is returned as a double.

Parameters
TestSizeInBytesThe test size in bytes.
Returns
The calculated value of the test size in megabytes.
Here is the caller graph for this function:

Member Data Documentation

◆ SizeInBytes

FOperatingSystemSizeInMB::SizeInBytes

Represents the size in bytes.


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