Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FConstStructView
| Type | Name | Description | |
|---|---|---|---|
| constexpr TEnableIf< TIsConst< T >::Value, T & >::Type | Get () |
Returns const reference to the struct, this getter assumes that all data is valid. | |
| constexpr TEnableIfTIsConst< T >::Value, const T & >::Type | Get () |
Use the version of this function which takes const in the template type |