Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UStaticMeshSocket
Description
Utility that returns the current matrix for this socket. Returns false if socket was not valid
Utility that returns the current matrix for this socket.
| Name | GetSocketMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StaticMeshSocket.h |
| Include Path | #include "Engine/StaticMeshSocket.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StaticMesh.cpp |
bool GetSocketMatrix
(
FMatrix & OutMatrix,
class UStaticMeshComponent const * MeshComp
) const