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
class FAvaTextMaterialId
Remarks
Keeps a reference to a Material asset path. Provides functionality to compare materials according to the needs of UAvaText3DComponent materials
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor does not compute CachedHash, so the instance is not valid. | |||
FAvaTextMaterialId
(
const FSoftObjectPath& InSoftObjectPath |
|||
FAvaTextMaterialId
(
const FAvaTextMaterialId& Other |
|||
FAvaTextMaterialId
(
FAvaTextMaterialId&& Other |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FAvaTextMaterialId& Other |
||
| FAvaTextMaterialId & | operator=
(
const FAvaTextMaterialId& Other |
||
| FAvaTextMaterialId & | operator=
(
FAvaTextMaterialId&& Other |
||
| bool | operator==
(
const FAvaTextMaterialId& Other |
Comparison is successful if material is the same, or if their name is the same This allows to have a successful comparison even for assets saved with different material versions. |