|
Open 3D Engine ScriptCanvas Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits QDialog.
Signals | |
| void | ContainerPinned (const AZ::TypeId &typeId) |
| void | CreateContainerVariable (const AZStd::string &variableName, const AZ::TypeId &typeId) |
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (ContainerWizard, AZ::SystemAllocator) | |
| ContainerWizard (QWidget *parent=nullptr) | |
| void | SetActiveScriptCanvasId (const ScriptCanvas::ScriptCanvasId &scriptCanvasId) |
| void | RegisterType (const AZ::TypeId &dataType) |
| void | ShowWizard (const AZ::TypeId &genericContainerType) |
| void | accept () override |
| void | reject () override |
| void | hideEvent (QHideEvent *hideEvent) override |
| bool | eventFilter (QObject *object, QEvent *event) override |
|
const AZStd::unordered_map < AZ::Crc32, AZ::TypeId > & | GetFinalTypeMapping () const |