MCPcopy Create free account
hub / github.com/Tencent/UnLua / GetData

Method GetData

Plugins/UnLua/Source/UnLua/Private/Containers/LuaSet.h:162–165  ·  view source on GitHub ↗

* Get address of the i'th element * * @param Index - the index * @return - the address of the i'th element */

Source from the content-addressed store, hash-verified

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 {

Callers 3

ToArrayMethod · 0.45
DestructItemsMethod · 0.45
ConstructItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected