* Get address of the i'th element * * @param Index - the index * @return - the address of the i'th element */
| 160 | * @return - the address of the i'th element |
| 161 | */ |
| 162 | FORCEINLINE uint8* GetData(int32 Index) |
| 163 | { |
| 164 | return (uint8*)Set->GetData(Index, SetLayout); |
| 165 | } |
| 166 | |
| 167 | FORCEINLINE const uint8* GetData(int32 Index) const |
| 168 | { |
no outgoing calls
no test coverage detected