Open 3D Engine ScriptCanvas Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits ScriptCanvas::UnknownEndpointEvent.
Public Member Functions | |
AZ_RTTI (UnknownTargetEndpointEvent, "{0C6D8D73-A174-4548-BE06-00962A601668}", UnknownEndpointEvent) | |
AZ_CLASS_ALLOCATOR (UnknownTargetEndpointEvent, AZ::SystemAllocator) | |
UnknownTargetEndpointEvent (const Endpoint &endpoint) | |
AZStd::string | GetIdentifier () const override |
AZ::Crc32 | GetIdCrc () const override |
AZStd::string_view | GetTooltip () const override |
Public Member Functions inherited from ScriptCanvas::UnknownEndpointEvent | |
AZ_RTTI (UnknownEndpointEvent, "{F1987F1F-E335-4C76-AA00-AD30EA5A51B3}", ValidationEvent) | |
AZ_CLASS_ALLOCATOR (UnknownEndpointEvent, AZ::SystemAllocator) | |
Public Member Functions inherited from ScriptCanvas::ValidationEvent | |
AZ_RTTI (ValidationEvent, "{58F76284-987C-4A15-A31B-407475586958}") | |
AZ_CLASS_ALLOCATOR (ValidationEvent, AZ::SystemAllocator) | |
void | SetDescription (AZStd::string_view description) |
AZStd::string_view | GetDescription () const |
virtual bool | CanAutoFix () const |
ValidationSeverity | GetSeverity () const |
Additional Inherited Members | |
Protected Member Functions inherited from ScriptCanvas::UnknownEndpointEvent | |
UnknownEndpointEvent (ValidationSeverity validationType, const Endpoint &endpoint) | |
Protected Member Functions inherited from ScriptCanvas::ValidationEvent | |
ValidationEvent (const ValidationSeverity &validationType) | |
void | SetValidationType (const ValidationSeverity &validationType) |