Open 3D Engine ScriptCanvas 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.
ScriptCanvas::DisallowReentrantExecutionContract Class Reference

Inherits ScriptCanvas::Contract.

Public Member Functions

 AZ_CLASS_ALLOCATOR (DisallowReentrantExecutionContract, AZ::SystemAllocator)
 
 AZ_RTTI (DisallowReentrantExecutionContract, "{8B476D16-D11C-4274-BE61-FA9B34BF54A3}", Contract)
 
- Public Member Functions inherited from ScriptCanvas::Contract
 AZ_CLASS_ALLOCATOR (Contract, AZ::SystemAllocator)
 
 AZ_RTTI (Contract, "{93846E60-BD7E-438A-B970-5C4AA591CF93}")
 
AZ::Outcome< void, AZStd::string > Evaluate (const Slot &sourceSlot, const Slot &targetSlot) const
 
AZ::Outcome< void, AZStd::string > EvaluateForType (const Data::Type &dataType) const
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *reflection)
 
- Static Public Member Functions inherited from ScriptCanvas::Contract
static void Reflect (AZ::ReflectContext *reflection)
 

Protected Member Functions

AZ::Outcome< void, AZStd::string > OnEvaluate (const Slot &sourceSlot, const Slot &targetSlot) const override
 
- Protected Member Functions inherited from ScriptCanvas::Contract
virtual AZ::Outcome< void, AZStd::string > OnEvaluate (const Slot &sourceSlot, const Slot &targetSlot) const =0
 
virtual AZ::Outcome< void, AZStd::string > OnEvaluateForType (const Data::Type &dataType) const
 

Member Function Documentation

◆ OnEvaluate()

AZ::Outcome< void, AZStd::string > ScriptCanvas::DisallowReentrantExecutionContract::OnEvaluate ( const Slot sourceSlot,
const Slot targetSlot 
) const
overrideprotectedvirtual

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