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::ValidationEvent.
Inherited by ScriptCanvas::UnknownSourceEndpointEvent, and ScriptCanvas::UnknownTargetEndpointEvent.
Public Member Functions | |
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 |
virtual AZStd::string | GetIdentifier () const =0 |
virtual AZ::Crc32 | GetIdCrc () const =0 |
virtual AZStd::string_view | GetTooltip () const =0 |
ValidationSeverity | GetSeverity () const |
Protected Member Functions | |
UnknownEndpointEvent (ValidationSeverity validationType, const Endpoint &endpoint) | |
Protected Member Functions inherited from ScriptCanvas::ValidationEvent | |
ValidationEvent (const ValidationSeverity &validationType) | |
void | SetValidationType (const ValidationSeverity &validationType) |