Navigation
API > API/Plugins > API/Plugins/AvalancheText > API/Plugins/AvalancheText/MaterialHub
References
| Module | AvalancheText |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheText/Public/MaterialHub/AvaTextMaterialHub.h |
| Include | #include "MaterialHub/AvaTextMaterialHub.h" |
Syntax
struct FAvaTextMaterialData
Remarks
Associates Material Settings with a Material Asset (through its path).
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSoftObjectPath | MaterialAssetPath | Material asset is stored as FSoftObjectPath | |
| FAvaTextMaterialSettings | MaterialSettings | Settings describing this material |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaTextMaterialData
(
const FSoftObjectPath& InSoftObjectPath, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMaterialInterface * | GetMaterial () |
Tries to load and return the material |