UPhysicsHandleComponent::GrabComponentAtLocation

Grab the specified component at a given location.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsHandleComponent.h

Include

#include "PhysicsEngine/PhysicsHandleComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsHandleComponent.cpp

Syntax

void GrabComponentAtLocation
(
    class UPrimitiveComponent * Component,
    FName InBoneName,
    FVector GrabLocation
)

Remarks

Grab the specified component at a given location. Does NOT constraint rotation which means the handle will pivot about GrabLocation.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss