Ejemplo n.º 1
0
// Called when the game starts
void UGrabber::BeginPlay()
{
	Super::BeginPlay();

	FindPhysicsHandle();
	SetupInputComponent();
}
Ejemplo n.º 2
0
// Called when the game starts
void UGrabber::BeginPlay()
{
	Super::BeginPlay();
	
	FindPhysicsHandle();

	SetupInputComponent();
	
	UE_LOG(LogTemp, Warning, TEXT("grabber online"));

	// ...
	
}