Navigation
API > API/Editor > API/Editor/SkeletonEditor > API/Editor/SkeletonEditor/IEditableSkeleton
Description
Function to tell you if a socket name already exists. SocketParentType determines where we will look to see if the socket exists, i.e. mesh or skeleton
| Name | DoesSocketAlreadyExist |
| Type | function |
| Header File | /Engine/Source/Editor/SkeletonEditor/Public/IEditableSkeleton.h |
| Include Path | #include "IEditableSkeleton.h" |
bool DoesSocketAlreadyExist
(
const class USkeletalMeshSocket * InSocket,
const FText & InSocketName,
ESocketParentType SocketParentType,
USkeletalMesh * InSkeletalMesh
) const