UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FComponentSocketDescription Struct Reference

#include <EngineTypes.h>

Public Member Functions

 FComponentSocketDescription ()
 
 FComponentSocketDescription (FName SocketName, EComponentSocketType::Type SocketType)
 

Public Attributes

FName Name
 
TEnumAsByte< EComponentSocketType::TypeType
 

Detailed Description

Info about a socket on a scene component

Constructor & Destructor Documentation

◆ FComponentSocketDescription() [1/2]

FComponentSocketDescription::FComponentSocketDescription ( )
inline

◆ FComponentSocketDescription() [2/2]

FComponentSocketDescription::FComponentSocketDescription ( FName  SocketName,
EComponentSocketType::Type  SocketType 
)
inline

Member Data Documentation

◆ Name

FName FComponentSocketDescription::Name

Name of the socket

◆ Type

TEnumAsByte<EComponentSocketType::Type> FComponentSocketDescription::Type

Type of the socket


The documentation for this struct was generated from the following file: