MCPcopy Create free account
hub / github.com/RussellJerome/UnrealModLoader / BeginPlay

Method BeginPlay

ExampleMod/ExampleMod.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void ExampleMod::BeginPlay(UE4::AActor* Actor)
34{
35}
36
37void ExampleMod::PostBeginPlay(std::wstring ModActorName, UE4::AActor* Actor)
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected