Navigation
API > API/Runtime > API/Runtime/ApplicationCore
Unix implementation of FGenericPlatformSurvey
| Name | FUnixPlatformSurvey |
| Type | struct |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/Unix/UnixPlatformSurvey.h |
| Include Path | #include "Unix/UnixPlatformSurvey.h" |
Syntax
struct FUnixPlatformSurvey : public FGenericPlatformSurvey
Inheritance Hierarchy
- FGenericPlatformSurvey → FUnixPlatformSurvey
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool GetSurveyResults
(
FHardwareSurveyResults& OutResults, |
Start, or check on, the hardware survey | Unix/UnixPlatformSurvey.h | |
static void WriteFStringToResults
(
TCHAR* OutBuffer, |
Safely write strings into the fixed length TCHAR buffers of a FHardwareSurveyResults member | Unix/UnixPlatformSurvey.h |