Navigation
API > API/Runtime > API/Runtime/GeometryCore
| Name | FImageTile |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageTile.h |
| Include Path | #include "Image/ImageTile.h" |
Syntax
class FImageTile
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImageTile () |
Image/ImageTile.h | ||
FImageTile
(
const FVector2i& InStart, |
Image/ImageTile.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| End | FVector2i | Image/ImageTile.h | ||
| Height | int | Image/ImageTile.h | ||
| Start | FVector2i | Image/ImageTile.h | ||
| Width | int | Image/ImageTile.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Contains
(
const int32 X, |
Image/ImageTile.h | ||
FVector2i GetCoords
(
const int64 LinearIdx |
Image/ImageTile.h | ||
FVector2i GetEnd() |
Image/ImageTile.h | ||
int32 GetHeight() |
Image/ImageTile.h | ||
| Image/ImageTile.h | |||
int64 GetIndex
(
const int32 X, |
Image/ImageTile.h | ||
int64 GetIndexFromSourceCoords
(
const FVector2i& SourceCoords |
Image/ImageTile.h | ||
int64 GetIndexFromSourceCoords
(
const int32 X, |
Image/ImageTile.h | ||
FVector2i GetSourceCoords
(
const int64 LinearIdx |
Image/ImageTile.h | ||
FVector2i GetSourceCoords
(
const FVector2i& LocalCoords |
Image/ImageTile.h | ||
FVector2i GetSourceCoords
(
const int32 X, |
Image/ImageTile.h | ||
FVector2i GetStart() |
Image/ImageTile.h | ||
int32 GetWidth() |
Image/ImageTile.h | ||
int64 Num() |
Image/ImageTile.h |