/// <summary>Change the SubDSurface used by this instance.</summary> public bool SetMesh(USubDSurface NewMesh) { CheckIsValid(); int ___ret = SetMesh(_this.Get(), NewMesh); return(___ret != 0); }
/// <summary>Change the SubDSurface used by this instance.</summary> public extern virtual bool SetMesh(USubDSurface NewMesh);