MCPcopy Create free account
hub / github.com/Tencent/UnLua / BeginPlay

Method BeginPlay

Source/TPSProject/TPSCharacter.cpp:15–19  ·  view source on GitHub ↗

Called when the game starts or when spawned

Source from the content-addressed store, hash-verified

13
14// Called when the game starts or when spawned
15void ATPSCharacter::BeginPlay()
16{
17 Super::BeginPlay();
18
19}
20
21// Called every frame
22void ATPSCharacter::Tick(float DeltaTime)

Callers 6

RunFunction · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
DefineMethod · 0.80
DefineMethod · 0.80

Calls

no outgoing calls

Tested by 6

RunFunction · 0.64
SetUpMethod · 0.64
SetUpMethod · 0.64
SetUpMethod · 0.64
DefineMethod · 0.64
DefineMethod · 0.64