Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMisc
Description
Retrieve the Mac address of the current adapter. This is generally platform-dependent code that other platforms must implement.
| Name | GetMacAddress |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp |
static TArray < uint8 > GetMacAddress()
array of bytes representing the Mac address, or empty array if unable to determine.