public void SetColor(byte InR, byte InG, byte InB, byte InA)
 {
     DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeActorLight_SetColor__SWIG_0(swigCPtr, InR, InG, InB, InA);
 }