Open 3D Engine WarehouseAutomation Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
WarehouseAutomation::ConveyorBeltRequests Class Referenceabstract

Interface class that allows to add post-processing to the pipeline. More...

#include <ConveyorBeltRequestBus.h>

Inherits AZ::EBusTraits.

Public Types

using BusIdType = AZ::EntityId
 

Public Member Functions

virtual void StartBelt ()=0
 Start a particular belt.
 
virtual void StopBelt ()=0
 Stop a particular belt.
 
virtual bool IsBeltStopped ()=0
 Query whether a particular conveyor belt is stopped.
 

Static Public Attributes

static constexpr AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::ById
 
static constexpr AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single
 

Detailed Description

Interface class that allows to add post-processing to the pipeline.


The documentation for this class was generated from the following file: