Navigation
API > API/Runtime > API/Runtime/ImageCore
References
| Module | ImageCore |
| Header | /Engine/Source/Runtime/ImageCore/Public/ImageCoreUtils.h |
| Include | #include "ImageCoreUtils.h" |
| Source | /Engine/Source/Runtime/ImageCore/Private/ImageCoreUtils.cpp |
namespace FImageCoreUtils
{
bool FImageCoreUtils&58;&58;IsImageImportPossible
&40;
int64 Width,
int64 Height
&41;
}
Remarks
IsImageImportPossible returns false if the image dimensions are not supported to import if this function returns true, image import might still fail due to further constraints (this constraint is weaker than the one actually required) (see IsImportResolutionValid, which is also still weaker than the final constraint) IsImageImportPossible does not check current Engine config or platform limits, only hard-coded absolute limits