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

Class UInputComponent

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

Source from the content-addressed store, hash-verified

353
354// Called to bind functionality to input
355void APyCharacter::SetupPlayerInputComponent(class UInputComponent* input)
356{
357 Super::SetupPlayerInputComponent(input);
358

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected