Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly
| Name | FRefSkeletonTreeDelegates |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/SkeletalMesh/SReferenceSkeletonTree.h |
| Include Path | #include "SkeletalMesh/SReferenceSkeletonTree.h" |
Syntax
struct FRefSkeletonTreeDelegates
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Avoid deprecation warnings when the struct is constructed or copied with default methods. | SkeletalMesh/SReferenceSkeletonTree.h | ||
| SkeletalMesh/SReferenceSkeletonTree.h | |||
| SkeletalMesh/SReferenceSkeletonTree.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnBoneElementNameCommitted | TBaseDelegate_ThreeParams< void, const FText &, ETextCommit::Type, TSharedRef< FBoneElement > > | SkeletalMesh/SReferenceSkeletonTree.h | |
| FOnExtendCommandList | TBaseDelegate_OneParam< void, TSharedPtr< FUICommandList > > | SkeletalMesh/SReferenceSkeletonTree.h | |
| FOnExtendContextMenu | TBaseDelegate_OneParam< bool, FMenuBuilder & > | SkeletalMesh/SReferenceSkeletonTree.h | |
| FOnGetRowWidget | TBaseDelegate_OneParam< TSharedRef< SWidget >, FName > | Tools can use these to extend the skeleton tree with extra commands or widgets. | SkeletalMesh/SReferenceSkeletonTree.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnAcceptDrop | FOnRefSkeletonTreeAcceptDrop | SkeletalMesh/SReferenceSkeletonTree.h | ||
| OnBoneElementNameCommitted | FOnBoneElementNameCommitted | SkeletalMesh/SReferenceSkeletonTree.h | ||
| OnBoneNameCommitted | FOnTextCommitted | SkeletalMesh/SReferenceSkeletonTree.h | ||
| OnBoneRenamed | FOnBoneRenamed | SkeletalMesh/SReferenceSkeletonTree.h | ||
| OnCanAcceptDrop | FOnRefSkeletonTreeCanAcceptDrop | SkeletalMesh/SReferenceSkeletonTree.h | ||
| OnDragDetected | FOnDragDetected | SkeletalMesh/SReferenceSkeletonTree.h | ||
| OnExtendCommandList | FOnExtendCommandList | SkeletalMesh/SReferenceSkeletonTree.h | ||
| OnExtendContextMenu | FOnExtendContextMenu | SkeletalMesh/SReferenceSkeletonTree.h | ||
| OnGetRowWidget | FOnGetRowWidget | SkeletalMesh/SReferenceSkeletonTree.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRefSkeletonTreeDelegates & operator=
(
const FRefSkeletonTreeDelegates& |
SkeletalMesh/SReferenceSkeletonTree.h | ||
| SkeletalMesh/SReferenceSkeletonTree.h |