|
|
| FDatasmithKeyValuePropertyImpl (const TCHAR *InName) |
| |
| EDatasmithKeyValuePropertyType | GetPropertyType () const override |
| | Get the type of this property. More...
|
| |
| void | SetPropertyType (EDatasmithKeyValuePropertyType InType) override |
| | Set the type of this property. More...
|
| |
| const TCHAR * | GetValue () const override |
| | Get the value of this property. More...
|
| |
| void | SetValue (const TCHAR *InValue) override |
| | Sets the value of this property. More...
|
| |
|
| FDatasmithElementImpl (const TCHAR *InName, EDatasmithElementType InType, uint64 InSubType=0) |
| |
|
virtual bool | IsA (EDatasmithElementType InType) const override |
| |
|
virtual bool | IsSubType (uint64 InSubType) const override |
| |
|
virtual const TCHAR * | GetName () const override |
| |
|
virtual void | SetName (const TCHAR *InName) override |
| |
|
virtual const TCHAR * | GetLabel () const override |
| |
|
virtual void | SetLabel (const TCHAR *InLabel) override |
| |
|
virtual FMD5Hash | CalculateElementHash (bool) override |
| |
|
|
FString | Name |
| |
|
FString | Label |
| |
|
FMD5Hash | ElementHash |
| |
|
EDatasmithElementType | Type |
| |
|
uint64 | SubType |
| |
◆ GetPropertyType()
| EDatasmithKeyValuePropertyType FDatasmithKeyValuePropertyImpl::GetPropertyType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetValue()
| const TCHAR* FDatasmithKeyValuePropertyImpl::GetValue |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ SetPropertyType()
| void FDatasmithKeyValuePropertyImpl::SetPropertyType |
( |
EDatasmithKeyValuePropertyType |
InType | ) |
|
|
overridevirtual |
◆ SetValue()
| void FDatasmithKeyValuePropertyImpl::SetValue |
( |
const TCHAR * |
Value | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: