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

Method getBoxPtr

Source/democpp/SluaTestCase.cpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 TSharedPtr<Box> getBoxPtr() {
223 return MakeShareable(new Box);
224 }
225
226 float hit(const FHitResult& r) {
227 float t = r.Time;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected