Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPixelFormatInfo
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
PixelFormat.h |
|
FPixelFormatInfo
(
EPixelFormat InUnrealFormat,
const TCHAR* InName,
int32 InBlockSizeX,
int32 InBlockSizeY,
int32 InBlockSizeZ,
int32 InBlockBytes,
int32 InNumComponents,
bool InSupported
)
|
|
PixelFormat.h |
|
| |
|
| Name |
FPixelFormatInfo |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/PixelFormat.h |
| Include Path |
#include "PixelFormat.h" |
FPixelFormatInfo()
| |
|
| Name |
FPixelFormatInfo |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/PixelFormat.h |
| Include Path |
#include "PixelFormat.h" |
| Source |
/Engine/Source/Runtime/Core/Private/Misc/PixelFormat.cpp |
FPixelFormatInfo
(
EPixelFormat InUnrealFormat,
const TCHAR * InName,
int32 InBlockSizeX,
int32 InBlockSizeY,
int32 InBlockSizeZ,
int32 InBlockBytes,
int32 InNumComponents,
bool InSupported
)