Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USceneComponent > API/Runtime/Engine/Components/USceneComponent/GetSocketWorldLocationAndRotatio-
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h |
| Include | #include "Components/SceneComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SceneComponent.cpp |
void GetSocketWorldLocationAndRotation
&40;
FName InSocketName,
FVector & OutLocation,
FQuat & OutRotation
&41; const
Remarks
Find the world-space location and rotation of the given named socket. If the socket is not found, then it returns the component's location and rotation in world space. whether or not the socket was found
Parameters
| Name | Description |
|---|---|
| InSocketName | the name of the socket to find |
| OutLocation | (out) set to the world space location of the socket |
| OutRotation | (out) set to the world space rotation of the socket |