MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / TestAAA

Method TestAAA

Source/democpp/SluaTestCase.h:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected