#include <AttributeInt32.h>
Inherits MCore::Attribute.
|
enum | { TYPE_ID = 0x00000002
} |
|
|
MCORE_INLINE int32 | GetValue () const |
|
MCORE_INLINE void | SetValue (int32 value) |
|
MCORE_INLINE uint8 * | GetRawDataPointer () |
|
MCORE_INLINE size_t | GetRawDataSize () const |
|
Attribute * | Clone () const override |
|
const char * | GetTypeString () const override |
|
bool | InitFrom (const Attribute *other) override |
|
bool | InitFromString (const AZStd::string &valueString) override |
|
bool | ConvertToString (AZStd::string &outString) const override |
|
size_t | GetClassSize () const override |
|
AZ::u32 | GetDefaultInterfaceType () const override |
|
MCORE_INLINE AZ::u32 | GetType () const |
|
Attribute & | operator= (const Attribute &other) |
|
virtual void | NetworkSerialize (EMotionFX::Network::AnimGraphSnapshotChunkSerializer &) |
|
|
| Attribute (AZ::u32 typeID) |
|
AZ::u32 | m_typeId |
|
The signed 32 bit integer attribute class. This attribute represents one signed int.
The documentation for this class was generated from the following file:
- Gems/EMotionFX/Code/MCore/Source/AttributeInt32.h