FSelectedSocketInfo

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Animation/DebugSkelMeshComponent.h

Include

#include "Animation/DebugSkelMeshComponent.h"

Syntax

struct FSelectedSocketInfo

Variables

Name Description

Public variable

bool

 

bSocketIsOnSkeleton

True if on skeleton, false if on mesh

Public variable

USkeletalMeshSo...

 

Socket

The socket we have selected

Constructors

Name Description

Public function

FSelectedSocketInfo()

Default constructor

Public function

FSelectedSocketInfo

(
    USkeletalMeshSocket* InSocket,
    bool bInSocketIsOnSkeleton
)

Constructor

Functions

Name Description

Public function Const

bool

 

IsValid()

Public function

void

 

Reset()

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