Navigation
API > API/Runtime > API/Runtime/ImageCore > API/Runtime/ImageCore/FImage > API/Runtime/ImageCore/FImage/Init
References
| Module | ImageCore |
| Header | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include | #include "ImageCore.h" |
| Source | /Engine/Source/Runtime/ImageCore/Private/ImageCore.cpp |
void Init
&40;
const FImageInfo & Info
&41;
Remarks
Initializes this image with specified Info. Allocates RawData.
Parameters
| Name | Description |
|---|---|
| Info | The image description. Can also pass an FImage or FImageView to this function. |