| 158 | |
| 159 | template <typename CallableType> |
| 160 | auto WithScriptArray(CallableType&& Callable) const |
| 161 | { |
| 162 | return Callable(ScriptArray); |
| 163 | } |
| 164 | |
| 165 | int32 AddUninitializedValues(int32 Count) |
| 166 | { |
nothing calls this directly
no outgoing calls
no test coverage detected