SBoneMappingBase

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Persona

Header

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

Include

#include "SBoneMappingBase.h"

Syntax

class SBoneMappingBase : public SCompoundWidget

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    FSimpleMulticastDelegate& InOnPost...
)

Slate construction function

Public function

TSharedRef< ...

 

GenerateBoneMappingRow

(
    TSharedPtr< FDisplayedBoneMappingIn...,
    const TSharedRef< STableViewBase > ...
)

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

Public function

void

 

OnFilterTextChanged

(
    const FText& SearchText
)

Filters the SListView when the user changes the search text box (NameFilterBox)

Public function

void

 

OnFilterTextCommitted

(
    const FText& SearchText,
    ETextCommit::Type CommitInfo
)

Filters the SListView when the user hits enter or clears the search box Simply calls OnFilterTextChanged

Public function

void

 

RefreshBoneMappingList()

Handler for the delete of retarget source

Classes

Name

Description

Public struct

FArguments

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