| 204 | |
| 205 | UFUNCTION(BlueprintCallable, Category = "Lua|TestCase") |
| 206 | void TestAAA(FString str) |
| 207 | { |
| 208 | OnTestAAA.Broadcast(str); |
| 209 | } |
| 210 | |
| 211 | UFUNCTION() |
| 212 | void TestLuaCallback(FLuaBPVar callback) { |
nothing calls this directly
no outgoing calls
no test coverage detected