|
FAST.Framework
1.0.0
|
#include <FEnvironment.h>
Public Member Functions | |
| FEnvironment (const FEnvironment &)=delete | |
| Delete standard constructor. | |
| FEnvironment (FEnvironment &&)=delete | |
| Delete standard constructor. | |
| FEnvironment ()=delete | |
| Delete standard constructor. | |
| FEnvironment & | operator= (const FEnvironment &)=delete |
| Delete copy operator. | |
Static Public Member Functions | |
| static const FString & | ComputerName () |
| Returns the computer name string defined for this environment. | |
| static const FString & | CurrentDirectory () |
| Returns the fully qualified path of the current working directory. | |
| static const FString & | Home () |
| Returns the fully qualified path of the current home directory. | |
| static const FString & | NewLine () |
| Returns the newline string defined for this environment. | |
| static const FString & | Path () |
| Returns the path string defined for this environment. | |
| static const FString & | UserName () |
| Returns the user name of the person who is associated with the current thread. | |
| static const FChar & | DirectorySeparatorChar () |
| Returns the platform-specific separator character used to separate path strings in environment variables. | |
Provides information about, and means to manipulate, the current environment and platform. This class cannot be inherited