Navigation
API > API/Editor > API/Editor/Persona
| Name | FDisplayedBoneMappingInfo |
| Type | class |
| Header File | /Engine/Source/Editor/Persona/Public/SBoneMappingBase.h |
| Include Path | #include "SBoneMappingBase.h" |
Syntax
class FDisplayedBoneMappingInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Hidden constructor, always use Make above | SBoneMappingBase.h | ||
FDisplayedBoneMappingInfo
(
const FName InNodeName, |
Hidden constructor, always use Make above | SBoneMappingBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayName | FString | SBoneMappingBase.h | ||
| Name | FName | SBoneMappingBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetDisplayName() |
SBoneMappingBase.h | ||
FName GetNodeName() |
SBoneMappingBase.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FDisplayedBoneMappingInfo > Make
(
const FName NodeName, |
Static function for creating a new item, but ensures that you can only have a TSharedRef to one | SBoneMappingBase.h |