Navigation
API > API/Runtime > API/Runtime/ImageWrapper > API/Runtime/ImageWrapper/IImageWrapperModule
References
| Module | ImageWrapper |
| Header | /Engine/Source/Runtime/ImageWrapper/Public/IImageWrapperModule.h |
| Include | #include "IImageWrapperModule.h" |
ERawImageFormat::Type ConvertRGBFormat
(
ERGBFormat Format,
int BitDepth,
bool * bIsExactMatch
)
Remarks
Convert an ImageWrapper style {ERGBFormat+BitDepth} into an ERawImageFormat for FImage returns ERawImageFormat::Invalid if no mapping is possible bIsExactMatch is filled with whether the formats are an exact match or not if not, conversion is needed