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

Method ASluaTestActor

Source/democpp/SluaTestActor.cpp:11–15  ·  view source on GitHub ↗

Sets default values

Source from the content-addressed store, hash-verified

9
10// Sets default values
11ASluaTestActor::ASluaTestActor()
12{
13 // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it.
14 PrimaryActorTick.bCanEverTick = true;
15}
16
17// Called when the game starts or when spawned
18void ASluaTestActor::BeginPlay()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected