14 WriteValue<int>(OutFile, this->
LightId);
15 WriteValue<float>(OutFile, this->
Intensity);
16 WriteValue<FLinearColor>(OutFile, this->Color);
17 WriteValue<bool>(OutFile, this->
bOn);
18 WriteValue<uint8>(OutFile, this->Type);
22 ReadValue<int>(InFile, this->
LightId);
23 ReadValue<float>(InFile, this->
Intensity);
24 ReadValue<FLinearColor>(InFile, this->Color);
25 ReadValue<bool>(InFile, this->
bOn);
26 ReadValue<uint8>(InFile, this->Type);