Navigation
API > API/Plugins > API/Plugins/AvalancheText > API/Plugins/AvalancheText/MaterialHub > API/Plugins/AvalancheText/MaterialHub/UAvaTextMaterialHub
References
| Module | AvalancheText |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheText/Public/MaterialHub/AvaTextMaterialHub.h |
| Include | #include "MaterialHub/AvaTextMaterialHub.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheText/Private/MaterialHub/AvaTextMaterialHub.cpp |
static FAvaTextMaterialSettings * GetSettingsFromMaterial
(
const UMaterialInterface * InMaterial
)
Remarks
Can be used to verify if the provided material has the same type as one of the materials handled by FAvaTextMaterials. Outputs information about its settings If lookup is successful, returns the FAvaTextMaterialSettings struct with the current parameters of the looked up material
Parameters
| Name | Description |
|---|---|
| InMaterial | The material to get the settings from |