Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/FAnimationViewportClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ShowBoneNames
(
FCanvas* Canvas, |
Function to display bone names | AnimationEditorViewportClient.h | |
void ShowBoneNames
(
FViewport* Viewport, |
Function to display bone names | AnimationEditorViewportClient.h |
ShowBoneNames(FCanvas , FSceneView , UDebugSkelMeshComponent *)
Description
Function to display bone names
| Name | ShowBoneNames |
| Type | function |
| Header File | /Engine/Source/Editor/Persona/Public/AnimationEditorViewportClient.h |
| Include Path | #include "AnimationEditorViewportClient.h" |
| Source | /Engine/Source/Editor/Persona/Private/AnimationEditorViewportClient.cpp |
void ShowBoneNames
(
FCanvas * Canvas,
FSceneView * View,
UDebugSkelMeshComponent * MeshComponent
)
ShowBoneNames(FViewport , FCanvas , UDebugSkelMeshComponent *)
Description
Function to display bone names
| Name | ShowBoneNames |
| Type | function |
| Header File | /Engine/Source/Editor/Persona/Public/AnimationEditorViewportClient.h |
| Include Path | #include "AnimationEditorViewportClient.h" |
void ShowBoneNames
(
FViewport * Viewport,
FCanvas * Canvas,
UDebugSkelMeshComponent * MeshComponent
)