Ok, found a solution that works for my use case.
- Create a new
USkeletalMeshComponent
, assign theUSkeletalMesh
from theUSCS_Node
’sUSkeletalMeshComponent
. - Register it.
UWorld * World = GEditor ? GEditor->GetEditorWorldContext().World() : nullptr;
Component->RegisterComponentWithWorld(World);