Navigation
API > API/Developer > API/Developer/MaterialUtilities > API/Developer/MaterialUtilities/FMaterialUtilities
References
| Module | MaterialUtilities |
| Header | /Engine/Source/Developer/MaterialUtilities/Public/MaterialUtilities.h |
| Include | #include "MaterialUtilities.h" |
| Source | /Engine/Source/Developer/MaterialUtilities/Private/MaterialUtilities.cpp |
static FIntPoint FindMaxTextureSize
&40;
UMaterialInterface &42; InMaterialInterface,
FIntPoint MinimumSize
&41;
Remarks
End IModuleInterface implementation Iterate through all textures used by the material and return the maximum texture resolution used Size (width and height)
Parameters
| Name | Description |
|---|---|
| MaterialInterface | The material to scan for texture size |
| MinimumSize | The minimum size returned |