Skip to content
Snippets Groups Projects

Changed the way how the grabbing behaviors work: The behaviours now know from...

7 files
+ 138
35
Compare changes
  • Side-by-side
  • Inline

Files

@@ -18,7 +18,7 @@ UGrabbingBehaviorComponent::UGrabbingBehaviorComponent()
@@ -18,7 +18,7 @@ UGrabbingBehaviorComponent::UGrabbingBehaviorComponent()
void UGrabbingBehaviorComponent::BeginPlay()
void UGrabbingBehaviorComponent::BeginPlay()
{
{
Super::BeginPlay();
Super::BeginPlay();
OriginalPosition = GetOwner()->GetActorLocation();
// ...
// ...
}
}
Loading