I am shortening the C++ logic correctly?

Funny that you can compile this :sweat_smile:

I would go with

if (IsValid(ChildMesh) && IsValid(ChildMesh->SkeletalMesh))
{
    //Logic.
}
3 Likes