Navigation
API > API/Runtime > API/Runtime/ImageCore > API/Runtime/ImageCore/FImageView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImageView () |
ImageCore.h | ||
FImageView
(
const FImageInfo& InInfo, |
ImageCore.h | ||
FImageView
(
const FLinearColor* InColors, |
Make an FImageView pointing at an array of FLinearColor pixels as RGBA32F (does not copy the input, points at it) | ImageCore.h | |
FImageView
(
const FFloat16Color* InColors, |
Make an FImageView pointing at an array of FLinearColor pixels as RGBA16F (does not copy the input, points at it) | ImageCore.h | |
FImageView
(
const FColor* InColors, |
Make an FImageView pointing at an array of FColor pixels as BGRA8 (does not copy the input, points at it) | ImageCore.h | |
FImageView
(
void* InData, |
ImageCore.h | ||
FImageView
(
void* InData, |
ImageCore.h |
FImageView()
| Name | FImageView |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path | #include "ImageCore.h" |
FImageView()
FImageView(const FImageInfo &, void *)
| Name | FImageView |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path | #include "ImageCore.h" |
FImageView
(
const FImageInfo & InInfo,
void * InRawData
)
FImageView(const FLinearColor *, int32, int32)
Description
Make an FImageView pointing at an array of FLinearColor pixels as RGBA32F (does not copy the input, points at it)
| Name | FImageView |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path | #include "ImageCore.h" |
FImageView
(
const FLinearColor * InColors,
int32 InSizeX,
int32 InSizeY
)
FImageView(const FFloat16Color *, int32, int32)
Description
Make an FImageView pointing at an array of FLinearColor pixels as RGBA16F (does not copy the input, points at it)
| Name | FImageView |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path | #include "ImageCore.h" |
FImageView
(
const FFloat16Color * InColors,
int32 InSizeX,
int32 InSizeY
)
FImageView(const FColor *, int32, int32, EGammaSpace)
Description
Make an FImageView pointing at an array of FColor pixels as BGRA8 (does not copy the input, points at it)
| Name | FImageView |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path | #include "ImageCore.h" |
FImageView
(
const FColor * InColors,
int32 InSizeX,
int32 InSizeY,
EGammaSpace InGammaSpace
)
FImageView(void *, int32, int32, ERawImageFormat::Type)
| Name | FImageView |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path | #include "ImageCore.h" |
FImageView
(
void * InData,
int32 InSizeX,
int32 InSizeY,
ERawImageFormat::Type InFormat
)
FImageView(void *, int32, int32, int32, ERawImageFormat::Type, EGammaSpace)
| Name | FImageView |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include Path | #include "ImageCore.h" |
FImageView
(
void * InData,
int32 InSizeX,
int32 InSizeY,
int32 InNumSlices,
ERawImageFormat::Type InFormat,
EGammaSpace InGammaSpace
)