![]() |
ezEngine Release 25.08
|
Classes | |
| struct | Type |
| Native node types for visual script graphs. Editor only types are not supported at runtime and will be replaced by the visual script compiler during asset transform. More... | |
Public Types | |
| using | DataOffset = ezVisualScriptDataDescription::DataOffset |
Public Member Functions | |
| void | AppendUserDataName (ezStringBuilder &out_sResult) const |
Public Attributes | |
| ezEnum< Type > | m_Type |
| ezEnum< ezVisualScriptDataType > | m_DeductedDataType |
| ezSmallArray< ezUInt16, 4 > | m_ExecutionIndices |
| ezSmallArray< DataOffset, 4 > | m_InputDataOffsets |
| ezSmallArray< DataOffset, 2 > | m_OutputDataOffsets |
| ezHashedString | m_sTargetTypeName |
| ezVariant | m_Value |