Navigation
API > API/Runtime > API/Runtime/ImageCore > API/Runtime/ImageCore/FImage
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
const FImageInfo& Info |
Initializes this image with specified Info. Allocates RawData. | |
| void | Init
(
int32 InSizeX, |
||
| void | Init
(
int32 InSizeX, |
||
| void | Init
(
int32 InSizeX, |
Initializes this image with a single slice. Allocates RawData. | |
| void | Init
(
int32 InSizeX, |
Initializes this image with the specified number of slices. Allocates RawData. |