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

Method APyCharacter

Source/UnrealEnginePython/Public/PyCharacter.cpp:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected