Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FComponentSocketDescription
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Engine/EngineTypes.h | |||
FComponentSocketDescription
(
FName SocketName, |
Engine/EngineTypes.h |
FComponentSocketDescription()
| Name | FComponentSocketDescription |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
FComponentSocketDescription()
FComponentSocketDescription(FName, EComponentSocketType::Type)
| Name | FComponentSocketDescription |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
FComponentSocketDescription
(
FName SocketName,
EComponentSocketType::Type SocketType
)