SDK Edit In Scene Graph Add Character Controller Question

I noticed the SDK lets you add a Character Controller in the SceneExplorer window. Does anyone know how to use it.
If I add it a scene that I have that has a terrain and a light how do I make it switch to using the character controller instead of the flyCam

Thanks,
Greg

Well you would load the scene using the assetManager, then get the specific character in the scene and get his character control using getControl()

I’d Imagine