Navigation
API > API/Runtime > API/Runtime/Core
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/PixelFormat.h |
| Include | #include "PixelFormat.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/PixelFormat.cpp |
EPixelFormat GetPixelFormatFromString
(
const TCHAR * InPixelFormatStr
)
Remarks
String to enum (not case sensitive) Note this is not the FPixelFormatInfo::Name
Parameters
| Name | Description |
|---|---|
| InPixelFormatStr | e.g. "PF_B8G8R8A8", must not not be 0 |