Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/IPersonaPreviewScene
Description
Replaces the current editable skeleton. This is not a safe operation unless you're working detached from other Persona components (eg. skeleton list).
| Name | SetEditableSkeleton |
| Type | function |
| Header File | /Engine/Source/Editor/Persona/Public/IPersonaPreviewScene.h |
| Include Path | #include "IPersonaPreviewScene.h" |
void SetEditableSkeleton
(
TSharedPtr< IEditableSkeleton > InEditableSkeleton
)