SBoneMappingBase::GenerateBoneMappingRow

Create a widget for an entry in the tree from an info

Windows
MacOS
Linux

References

Module

Persona

Header

/Engine/Source/Editor/Persona/Public/SBoneMappingBase.h

Include

#include "SBoneMappingBase.h"

Source

/Engine/Source/Editor/Persona/Private/SBoneMappingBase.cpp

Syntax

TSharedRef< ITableRow > GenerateBoneMappingRow
(
    TSharedPtr< FDisplayedBoneMappingInfo > InInfo,
    const TSharedRef< STableViewBase > & OwnerTable
)

Remarks

Create a widget for an entry in the tree from an info

Returns

A new Slate widget, containing the UI for this row

Parameters

Parameter

Description

InInfo

Shared pointer to the morph target we're generating a row for

OwnerTable

The table that owns this row

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