Navigation
API > API/Plugins > API/Plugins/AvalancheMaterial > API/Plugins/AvalancheMaterial/FMaterialBridge
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EControlFlow OnAccessSlots
(
const FReadSlotContext& InContext, |
Accesses the found material slots in the given context for read | MaterialBridge/AvaMaterialBridge.h | |
virtual EControlFlow OnAccessSlots
(
const FWriteSlotContext& InContext, |
Accesses the found material slots in the given context for write | MaterialBridge/AvaMaterialBridge.h |
OnAccessSlots(const FReadSlotContext &, TFunctionRef< EControlFlow(const FReadSlotContext &, const FReadSlot &)>, const FReadSlotOptions &)
Description
Accesses the found material slots in the given context for read
| Name | OnAccessSlots |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMaterial/Public/MaterialBridge/AvaMaterialBridge.h |
| Include Path | #include "MaterialBridge/AvaMaterialBridge.h" |
virtual EControlFlow OnAccessSlots
(
const FReadSlotContext & InContext,
TFunctionRef < EControlFlow > InFunc,
const FReadSlotOptions & InOptions
) const
OnAccessSlots(const FWriteSlotContext &, TFunctionRef< EControlFlow(const FWriteSlotContext &, FWriteSlot &)>, const FWriteSlotOptions &)
Description
Accesses the found material slots in the given context for write
| Name | OnAccessSlots |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMaterial/Public/MaterialBridge/AvaMaterialBridge.h |
| Include Path | #include "MaterialBridge/AvaMaterialBridge.h" |
virtual EControlFlow OnAccessSlots
(
const FWriteSlotContext & InContext,
TFunctionRef < EControlFlow > InFunc,
const FWriteSlotOptions & InOptions
) const