"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Getting the real name of the tracked MultiMarker -> ChildTarget

Can anyone tell me how to get a real name of the ChildTarget in the multimarker.

If my ChildTarget name is, for example, "MultiM.Front" when using "mTrackableBehaviour.TrackableName" in Debug.Log in TrackableEventHandler I only get the part before the . in this case it is "MultiM" and I would like to have a whole name so I can do some manipulations with the model if a certain Target has been detected.

Thank you in advance