Fixing ATOM RPI issue with new serialization changes
This commit is contained in:
+2
@@ -33,6 +33,8 @@ namespace AZ
|
||||
|
||||
JsonSerializationResult::Result Store(rapidjson::Value& outputValue, const void* inputValue,
|
||||
const void* defaultValue, const Uuid& valueTypeId, JsonSerializerContext& context) override;
|
||||
|
||||
BaseJsonSerializer::OperationFlags GetOperationsFlags() const override;
|
||||
};
|
||||
|
||||
} // namespace RPI
|
||||
|
||||
@@ -127,5 +127,10 @@ namespace AZ
|
||||
|
||||
return context.Report(result, "Successfully processed MaterialFunctorSourceData.");
|
||||
}
|
||||
|
||||
BaseJsonSerializer::OperationFlags JsonMaterialFunctorSourceDataSerializer::GetOperationsFlags() const
|
||||
{
|
||||
return OperationFlags::ManualDefault;
|
||||
}
|
||||
} // namespace RPI
|
||||
} // namespace AZ
|
||||
|
||||
Reference in New Issue
Block a user