Open 3D Engine ScriptCanvas Gem API Reference  2205.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Public Member Functions | Static Public Attributes | List of all members
ScriptCanvas::BatchOperationNotifications Class Reference

Sends out event for when a batch operation happens on the ScriptCanvas side. More...

#include <ScriptCanvasBus.h>

Inherits EBusTraits.

Public Member Functions

virtual void OnCommandStarted ([[maybe_unused]] AZ::Crc32 batchCommandTag)
 
virtual void OnCommandFinished ([[maybe_unused]] AZ::Crc32 batchCommandTag)
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single
 

Detailed Description

Sends out event for when a batch operation happens on the ScriptCanvas side.


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