MCPcopy Create free account
hub / github.com/UE4SS-RE/RE-UE4SS / WithScriptArray

Method WithScriptArray

UE4SS/include/LuaCustomMemberFunctions.hpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159 template <typename CallableType>
160 auto WithScriptArray(CallableType&& Callable) const
161 {
162 return Callable(ScriptArray);
163 }
164
165 int32 AddUninitializedValues(int32 Count)
166 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected