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

Method BeginPlay

Source/UnrealEnginePython/Public/PythonComponent.cpp:91–99  ·  view source on GitHub ↗

Called when the game starts

Source from the content-addressed store, hash-verified

89
90// Called when the game starts
91void UPythonComponent::BeginPlay()
92{
93 Super::BeginPlay();
94
95 // ...
96
97 InitializePythonComponent();
98
99}
100
101
102// Called every frame

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected