public void SetLightFunctionMaterial(FDatasmithFacadeMaterialID InMaterial)
 {
     DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeActorLight_SetLightFunctionMaterial__SWIG_0(swigCPtr, FDatasmithFacadeMaterialID.getCPtr(InMaterial));
     if (DatasmithFacadeCSharpPINVOKE.SWIGPendingException.Pending)
     {
         throw DatasmithFacadeCSharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void RemoveMaterialOverride(FDatasmithFacadeMaterialID Material)
 {
     DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeActorMesh_RemoveMaterialOverride(swigCPtr, FDatasmithFacadeMaterialID.getCPtr(Material));
     if (DatasmithFacadeCSharpPINVOKE.SWIGPendingException.Pending)
     {
         throw DatasmithFacadeCSharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FDatasmithFacadeMaterialID obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }