MCPcopy Create free account
hub / github.com/20tab/UnrealEnginePython / APyPawn

Method APyPawn

Source/UnrealEnginePython/Public/PyPawn.cpp:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4
5APyPawn::APyPawn()
6{
7 PrimaryActorTick.bCanEverTick = true;
8
9 PythonTickForceDisabled = false;
10 PythonDisableAutoBinding = false;
11
12}
13
14
15// Called when the game starts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected