Open 3D Engine LyShine 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 LegacyVectorPropertyHandlerBase< Vec4 >.
Public Member Functions | |
AZ_CLASS_ALLOCATOR (PropertyHandlerVec3, AZ::SystemAllocator) | |
AZ::u32 | GetHandlerName (void) const override |
Public Member Functions inherited from LegacyVectorPropertyHandlerBase< Vec4 > | |
LegacyVectorPropertyHandlerBase (int elementCount, int elementsPerRow=-1, AZStd::string customLabels="") | |
AZ::u32 | GetHandlerName (void) const override |
bool | IsDefaultHandler () const override |
QWidget * | GetFirstInTabOrder (AzQtComponents::VectorInput *widget) override |
QWidget * | GetLastInTabOrder (AzQtComponents::VectorInput *widget) override |
QWidget * | CreateGUI (QWidget *pParent) override |
void | ConsumeAttribute (AzQtComponents::VectorInput *GUI, AZ::u32 attrib, AzToolsFramework::PropertyAttributeReader *attrValue, const char *debugName) override |
void | WriteGUIValuesIntoProperty (size_t, AzQtComponents::VectorInput *GUI, Vec4 &instance, AzToolsFramework::InstanceDataNode *) override |
bool | ReadValuesIntoGUI (size_t, AzQtComponents::VectorInput *GUI, const Vec4 &instance, AzToolsFramework::InstanceDataNode *) override |
Additional Inherited Members | |
Protected Attributes inherited from LegacyVectorPropertyHandlerBase< Vec4 > | |
AzToolsFramework::VectorPropertyHandlerCommon | m_common |