Navigation
API > API/Runtime > API/Runtime/ImageCore > API/Runtime/ImageCore/FImageInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImageInfo () |
ImageCore.h | ||
FImageInfo
(
int32 InSizeX, |
ImageCore.h |
FImageInfo()
| Name | FImageInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path | #include "ImageCore.h" |
FImageInfo()
FImageInfo(int32, int32, int32, ERawImageFormat::Type, EGammaSpace)
| Name | FImageInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path | #include "ImageCore.h" |
FImageInfo
(
int32 InSizeX,
int32 InSizeY,
int32 InNumSlices,
ERawImageFormat::Type InFormat,
EGammaSpace InGammaSpace
)