Inherits ScriptCanvas::Contract.
|
| AZ_CLASS_ALLOCATOR (ConnectionLimitContract, AZ::SystemAllocator) |
|
| AZ_RTTI (ConnectionLimitContract, "{C66FB68F-63D5-4EE2-BC28-D566EC2E5159}", Contract) |
|
| ConnectionLimitContract (AZ::s32 limit=-1) |
|
void | SetLimit (AZ::s32 limit) |
|
| 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 void | Reflect (AZ::ReflectContext *reflection) |
|
static void | Reflect (AZ::ReflectContext *reflection) |
|
|
AZ::Outcome< void, AZStd::string > | OnEvaluate (const Slot &sourceSlot, const Slot &targetSlot) const override |
|
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 |
|
◆ OnEvaluate()
AZ::Outcome< void, AZStd::string > ScriptCanvas::ConnectionLimitContract::OnEvaluate |
( |
const Slot & |
sourceSlot, |
|
|
const Slot & |
targetSlot |
|
) |
| const |
|
overrideprotectedvirtual |
The documentation for this class was generated from the following file:
- Gems/ScriptCanvas/Code/Include/ScriptCanvas/Core/Contracts/ConnectionLimitContract.h