UStaticMesh::RemoveSocket

Remove a socket object in this StaticMesh by providing it's pointer.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h

Include

#include "Engine/StaticMesh.h"

Source

/Engine/Source/Runtime/Engine/Private/StaticMesh.cpp

Syntax

void RemoveSocket
(
    UStaticMeshSocket * Socket
)

Remarks

Remove a socket object in this StaticMesh by providing it's pointer. Use FindSocket() if needed.

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