Navigation
API > API/Runtime > API/Runtime/ImageCore
FImageViewStrided cannot derive from FImageView you can implicitly convert FImage -> FImageView -> FImageViewStrided but you cannot convert FImageViewStrided -> the others, because they can't have stride
| Name | FImageViewStrided |
| Type | struct |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageCoreDelta.h |
| Include Path | #include "ImageCoreDelta.h" |
Syntax
struct FImageViewStrided : public FImageInfo
Inheritance Hierarchy
- FImageInfo → FImageViewStrided
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ImageCoreDelta.h | |||
FImageViewStrided
(
const FImageView& InView |
ImageCoreDelta.h | ||
FImageViewStrided
(
const FImageInfo& InInfo, |
ImageCoreDelta.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RawData | void * | ImageCoreDelta.h | ||
| StrideBytes | int64 | ImageCoreDelta.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64 GetPixelOffsetBytes
(
int32 X, |
Get offset of a pixel from the base pointer, in bytes replaces the call in FImageInfo but is NOT virtual ; beware | ImageCoreDelta.h | |
void * GetPixelPointer
(
int32 X, |
Get a pointer to a pixel | ImageCoreDelta.h | |
const FImageViewStrided GetPortion
(
int64 PortionStartX, |
ImageCoreDelta.h | ||
uint8 * GetRowPointer
(
int32 Y, |
ImageCoreDelta.h | ||
int64 GetStrideBytes() |
Replaces the call in FImageInfo but is NOT virtual ; beware | ImageCoreDelta.h | |
bool IsStrideWidth() |
If IsStrideWidth, then you can convert back to FImageView | ImageCoreDelta.h |