Navigation
API > API/Plugins > API/Plugins/AvalancheMaterial
Base slot class for both the read and write slot
| Name | FMaterialBridgeSlot |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMaterial/Public/MaterialBridge/Slot/AvaMaterialBridgeSlot.h |
| Include Path | #include "MaterialBridge/Slot/AvaMaterialBridgeSlot.h" |
Syntax
class FMaterialBridgeSlot
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMaterialBridgeSlot
(
UMaterialInterface* InMaterial, |
Constructor for when a material slot is indexed | MaterialBridge/Slot/AvaMaterialBridgeSlot.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMaterialBridgeSlot() |
MaterialBridge/Slot/AvaMaterialBridgeSlot.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FSlotId | FAvaMaterialBridgeSlotId | MaterialBridge/Slot/AvaMaterialBridgeSlot.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialInterface * GetMaterial() |
Gets the material for this slot | MaterialBridge/Slot/AvaMaterialBridgeSlot.h | |
const FSlotId & GetSlotId() |
Gets the identifier for this slot | MaterialBridge/Slot/AvaMaterialBridgeSlot.h |