Represents an attribute in a structured buffer with metadata. More...
Public Member Functions | |
| FStructuredBufferAttribute (const TCHAR *InAttributeName, FNiagaraTypeDefinition InTypeDef, FText InDescription) | |
Public Attributes | |
| const TCHAR * | AttributeName |
| FName | DisplayFunctionName |
| FNiagaraTypeDefinition | TypeDef |
| FText | Description |
Represents an attribute in a structured buffer with metadata.
This struct stores the name, type, description, and a generated display function name for an attribute used in structured buffers within the context of Niagara.